Skip to content

Footnote support #3

Description

@NicholasCorniaOrpheus

Thanks for your great work and useful code. I tried it and worked nicely, except from footnotes.

In my markdown document I use standard footnote syntax:

in text [^1] ---> [^1]: footnote

but after exporting to Latex via obsitex the footnotes are kept in the form

in text {[^1]} ---> end of text {[^1]}: footnote.

Is there a parameter I am missing before parsing?

obsitex --input "My_Note.md" --graphics "." --bibtex "biblio.bib" --template "../latex_template/article_template.tex" --main-tex "./output/My_Note.tex" --main-bibtex "./output/biblio.bib"

Thanks for your help

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions