Add the task list code to the markdown renderer

This commit is contained in:
yflory
2017-05-18 14:57:04 +02:00
parent 2b60b81a68
commit 0bd4caeb7e
4 changed files with 53 additions and 37 deletions

View File

@@ -55,6 +55,11 @@
max-width: 80%;
resize: horizontal;
}
.CodeMirror.fullPage {
min-width: 100%;
max-width: 100%;
resize: none;
}
.CodeMirror-focused .cm-matchhighlight {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFklEQVQI12NgYGBgkKzc8x9CMDAwAAAmhwSbidEoSQAAAABJRU5ErkJggg==);
background-position: bottom;