diff options
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/3123.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/command/3123.md b/test/command/3123.md new file mode 100644 index 000000000..b71241cdf --- /dev/null +++ b/test/command/3123.md @@ -0,0 +1,13 @@ +``` +% pandoc -f markdown -t native +<?php echo "1" ; ?> +^D +[RawBlock (Format "html") "<?php echo \"1\" ; ?>"] +``` + +``` +% pandoc -f markdown -t native +a<?php echo "1" ; ?> +^D +[Para [Str "a",RawInline (Format "html") "<?php echo \"1\" ; ?>"]] +``` |