pandoc/test/command/3123.md
John MacFarlane f5c64c3060 HTML reader: fix htmlTag and isInlineTag to accept processing instructions.
Fixes regression #3123 (since 2.0). Added regression test.
2018-10-11 09:58:25 -07:00

244 B

% 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\" ; ?>"]]