clockoon / dokuwiki-plugin-commonmark

Commonmark plugin for Dokuwiki
https://www.dokuwiki.org/plugin:commonmark
8 stars 3 forks source link

~~NOTOC~~ not working #15

Closed louwers closed 2 years ago

louwers commented 2 years ago

This is official Dokuwiki syntax, and should not be parsed as Markdown.

clockoon commented 2 years ago

Disabling TOC works in dokuwiki code block like this:

```dokuwiki
~~NOTOC~~


In normal text, it is parsed as strikethrough, which is intended by Markdown.