We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d77d91 commit bd3c482Copy full SHA for bd3c482
1 file changed
atwiki/test/test_parser.py
@@ -9,6 +9,8 @@
9
INPUT = '''
10
// This is a comment.
11
12
+&nivocideo(url) &color(#ffffff){white} and black
13
+
14
[[Link1]] / [[Link2>URL]]
15
Styles: ''bold'' \'\'\'italic\'\'\' %%del%% ''bold''
16
Special: '' A ✔︎ ( ) { } \ / ! ''
@@ -38,6 +40,8 @@
38
40
39
41
OUTPUT = '''
42
43
+white and black
44
45
Link1 / Link2
46
Styles: bold italic del bold
47
Special: A ✔︎ ( ) { } \ / !
0 commit comments