-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Description
Hi, I have text like this:
Lorem[^1] ipsum.
[^1]: Footnote 1 text[^A]
[^A]: Footnote A text
and I would like to convert them into LaTeX.
I expect:
Lorem\footnote{Footnote 1 text\footnote{Footnote A text}} ipsum.
but I get:
Lorem\footnote{Footnote 1 text{[}\^{}A{]}} ipsum.
Replace letter (A) by number does not help.
I try markdown
, markdown_github
, markdown_mmd
, markdown_phpextra
, markdown_strict
.
mstksg, samueldodson, JacobEvelyn, zacharylawrence, koraa and 3 more