mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-18 07:17:02 +00:00
df61b8b1a9
For paragraphs beginning with literal `#`, `*`, or other things that would otherwise produce lists, we insert `<nowiki></nowiki>` rather than (as previously) `\`. `\` does not work to escape these. Closes #11563.
353 B
353 B
% pandoc -t mediawiki
This is a normal sentence with a manual text footnote\*
\* The footnote explains why it couldn't just be inside parentheses
\#foobar \#foobar
^D
This is a normal sentence with a manual text footnote*
<nowiki></nowiki>* The footnote explains why it couldn’t just be inside parentheses
<nowiki></nowiki>#foobar #foobar