Mistletoe parser test page
This page contains several tests of the Markdown extensions that many Massive Wikis make use of. These include:
-
Footnotes (how the heck do you specify these in Obsidian?)
-
Strikethrough
- like
this text has been struck through - but this has not
- like
-
Fenced code:
$ ls -lrt
$ date -u
-
and, you know, wikilinks; e.g.,
-
images will need some special handling
-
here is an image from the MassiveWiki
_attachments
folder in CommonMark format:
![alternate text](link_to_image_file)
:
- and here is an image from a different directory using Obsidian wikilink format:
![[image_file_name]]
:
-
and for good measure another image in yet another directory using Obsidian wikilink format:
![[image_file_name]]
:
Other tests of using Mistletoe to render Markdown to HTML for Massive Wikis are needed. And, we expect, more general usage will unearth any issues. In fact, we are certain of that.