simonhaenisch / md-to-pdf

Hackable CLI tool for converting Markdown files to PDF using Node.js and headless Chrome.
https://www.npmjs.com/md-to-pdf
MIT License
1.15k stars 110 forks source link

feature: Support for footnote, as Github-Flavored-Markdown now supports footnote #221

Closed snawaz closed 1 year ago

snawaz commented 1 year ago

It seems footnote isn't supported yet.

https://github.blog/changelog/2021-09-30-footnotes-now-supported-in-markdown-fields/

simonhaenisch commented 1 year ago

Please raise this request in https://github.com/markedjs/marked or check if there's already an issue for it. This tool doesn't implement any markdown parsing by itself, it just uses Marked to convert it.