diff options
Diffstat (limited to 'test/command/mediawiki_behavior_switches.md')
| -rw-r--r-- | test/command/mediawiki_behavior_switches.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/command/mediawiki_behavior_switches.md b/test/command/mediawiki_behavior_switches.md new file mode 100644 index 000000000..3798df40b --- /dev/null +++ b/test/command/mediawiki_behavior_switches.md @@ -0,0 +1,16 @@ +``` +% pandoc -f mediawiki -t native +____INDEX____ +__NOINDEX__ +__noindex__ +__FOOBAR__ +^D +[ Para + [ Str "____" + , SoftBreak + , Str "__noindex__" + , SoftBreak + , Str "__FOOBAR__" + ] +] +``` |
