From e2f962cc751bdb950eded2f80b0ac82279f423df Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Tue, 2 Oct 2018 20:06:45 +0200 Subject: [PATCH 1/2] Add proper fenced code-block formatting --- css/notes.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/notes.css b/css/notes.css index 4004440fd..cce3c459c 100644 --- a/css/notes.css +++ b/css/notes.css @@ -244,7 +244,11 @@ .CodeMirror .CodeMirror-code .cm-formatting-header:not(:first-child) { width: auto; - margin-left: 0px; + margin-left: 0px; +} + +.CodeMirror .CodeMirror-code .cm-comment { + font-family: MONOSPACE; } /* distraction free styles */ From 47990176221b3c05d19db407a69cd21810951f61 Mon Sep 17 00:00:00 2001 From: korelstar Date: Mon, 8 Oct 2018 21:40:09 +0200 Subject: [PATCH 2/2] fix indentation --- css/notes.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/notes.css b/css/notes.css index cce3c459c..fe9e9ab94 100644 --- a/css/notes.css +++ b/css/notes.css @@ -248,7 +248,7 @@ } .CodeMirror .CodeMirror-code .cm-comment { - font-family: MONOSPACE; + font-family: MONOSPACE; } /* distraction free styles */