Skip to content

Footnote in footnote (markdown) #2053

@Kedrigern

Description

@Kedrigern

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions