manuth / MarkdownConverter

Provides the functionallity to convert Markdown-files to html, png, or pdf using vscode.
MIT License
37 stars 11 forks source link

Footnotes have double brackets #177

Open karmeye opened 2 years ago

karmeye commented 2 years ago

Hello @manuth

I'm using the Markdown Footnote VS Code extension and it works in the markdown preview. But when I create the PDF using Markdown Converter the footnote reference has double brackets: two on each side. See this pdf: 01-toc.pdf. What can I do to make it look like the markdown preview.

Here's the HTML: 01-toc.txt

Side question: The back link arrow in the actual foot note has a square around it as can be seen in the PDF. How can I remove the squre.

Thx

jsbrain commented 2 years ago

Similar problem but for me it doesn't even convert but throw:

An unexpected error occurred: TypeError: Cannot read properties of undefined (reading 'type')
manuth commented 2 years ago

Hello @karmeye and @jsbrain Could you please post the Markdown code you guys have been trying to convert?

Sorry for letting you wait