[Report] Markdown Plugin seems to be having issues

Author: Arlen22Created Jul 10, 2026Updated Sep 15, 2026
Labelsbug

Problem Description The build process for MWS server is throwing this error. Unfortunately I'm not exactly sure what's causing it. The alltiddlers.html renders to completion, and opening every tiddler in the recent list also works without any errors in console.

Error: inline rule didn't increment state.pos
    at ue.skipToken ($:/plugins/tiddlywiki/markdown/markdown-it.js:2:107929)
    at Array.s ($:/plugins/tiddlywiki/markdown/markdown-it-sub.js:2:495)
    at ue.tokenize ($:/plugins/tiddlywiki/markdown/markdown-it.js:2:108225)
    at ue.parse ($:/plugins/tiddlywiki/markdown/markdown-it.js:2:108468)
    at ue.parse ($:/plugins/tiddlywiki/markdown/markdown-it-tiddlywiki.js:416:12)
    at Array.Bt ($:/plugins/tiddlywiki/markdown/markdown-it.js:2:75401)
    at Lt.process ($:/plugins/tiddlywiki/markdown/markdown-it.js:2:78609)
    at $e.parse ($:/plugins/tiddlywiki/markdown/markdown-it.js:2:123160)
    at new MarkdownParser ($:/plugins/tiddlywiki/markdown/wrapper.js:222:15)
    at exports.parseText ($:/core/modules/wiki.js:1061:9)

To Reproduce

Clone TiddlyWiki5 into the MWS repo as a subfolder and then run this command.

bash
mkdir -p output
node TiddlyWiki5/tiddlywiki.js \
	./editions/mws-docs \
	--verbose \
	--version \
	--load output/build.tid \
	--output output \
	--build favicon static index

TiddlyWiki Configuration

TiddlyWiki5: latest commit, master branch MWS: latest commit, main branch

The last successful build was Jan 3, and the first failure was Jan 20. So something apparently got committed to the TiddlyWiki5 repo which changed something. The failing commit had nothing to do with the docs.