Edit This Page Clicking 'Edit This Page' will open a new tab or window to edit this page on the Git forge. You'll need to be signed into the forge to edit. Close the edit page to return to this one.


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
  • Fenced code:

$ ls -lrt
$ date -u
  • and, you know, wikilinks; e.g.,

    • Gemstone Names

    • WikiNow

    • text format page

    • images will need some special handling

    • here is an image from the MassiveWiki _attachments folder in CommonMark format:
      ![alternate text](link_to_image_file):

    The purpose of poetry

    • and here is an image from a different directory using Obsidian wikilink format: ![[image_file_name]]:

    an image with no alt text

  • and for good measure another image in yet another directory using Obsidian wikilink format: ![[image_file_name]]: an image with no alt text

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.