HappyStinson / nordling.xyz

https://nordling.xyz
0 stars 0 forks source link

Implement Markdown Footnotes or Tooltip #5

Open HappyStinson opened 7 months ago

HappyStinson commented 7 months ago

WORKAROUND FOR footnotes. Something like this added to a layout:

{{ if footnotes.length > 0}}

Footnotes

{{ for note of footnotes }} {{ note.text }} note {{ /for }} {{ /if }} Can I get GFM to work or use MDX?

Footnotes are broken. Try markdown plugin for this. Maybe nicer with tooltip if it's not too hard. Investigate this more, do I set my footnotes in front matter maybe? Just need to now how they get linked.