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
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