All posts tagged 'Markdown'
-
Converting GitHub Style Footnotes to HTML with Eleventy
When making my first blog site with NextJS I used Remark to parse the Markdown into HTML. This was nice, and worked fairly well, but I ran into issues with footnotes, which Remark doesn't handle by default. There is a plug-in that supports GitHub flavored Markdown footnotes, but I had trouble...
Read article