1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-29 17:08:01 +00:00

Protect codemirror.css from wikitext parsing, otherwise 'CodeMirror' is considered a wikilink (#7500)

This commit is contained in:
btheado
2023-05-27 11:22:31 -05:00
committed by GitHub
parent 9b59dff275
commit 74e0619782

View File

@@ -10,7 +10,7 @@
},{
"file": "codemirror.css",
"fields": {
"type": "text/vnd.tiddlywiki",
"type": "text/css",
"title": "$:/plugins/tiddlywiki/codemirror/lib/codemirror.css",
"tags": "[[$:/tags/Stylesheet]]"
}