nodebb-plugin-veegie-extended-markdown

Adds support for a few non-standard Markdown options. A fork of nodebb-plugin-spoilers.

Usage no npm install needed!

<script type="module">
  import nodebbPluginVeegieExtendedMarkdown from 'https://cdn.skypack.dev/nodebb-plugin-veegie-extended-markdown';
</script>

README

Extended Markdown for NodeBB

Adds support for a few non-standard Markdown options. A fork of nodebb-plugin-spoilers, including its spoiler tag functionality.

Currently supports:

  • Spoilers (re-styled from nodebb-plugin-spoilers to be light-on-dark)
  • The insertion of a basic table along with a link to allow users to learn the Markdown table syntax.
  • Center and Right-alignment of inline elements.