mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-03-13 11:19:52 +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