mirror of
https://github.com/mindoc-org/mindoc.git
synced 2026-02-27 17:03:57 +08:00
实现markdown编辑器
This commit is contained in:
14
static/editor.md/lib/codemirror/mode/tiddlywiki/tiddlywiki.css
vendored
Normal file
14
static/editor.md/lib/codemirror/mode/tiddlywiki/tiddlywiki.css
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
span.cm-underlined {
|
||||
text-decoration: underline;
|
||||
}
|
||||
span.cm-strikethrough {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
span.cm-brace {
|
||||
color: #170;
|
||||
font-weight: bold;
|
||||
}
|
||||
span.cm-table {
|
||||
color: blue;
|
||||
font-weight: bold;
|
||||
}
|
||||
Reference in New Issue
Block a user