mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-24 20:24:37 +00:00
TiddlyWiki passes the MIME type of the tiddler to highlight.js as the "language brush", but it turns out that highlight.js doesn't actually understand MIME types. This commit introduces a configuration mapping between common MIME types and highlight.js language brushes Fixes #2535