From eaa8ccaccb1091820d0a8d1223996a6dd057347d Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Sun, 17 Jan 2016 14:28:04 -0600 Subject: Upgrade CodeMirror to 5.10.1 and now support fullscreen, jump-to-line in editor --- public/vendor/codemirror/mode/markdown/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) mode change 100755 => 100644 public/vendor/codemirror/mode/markdown/index.html (limited to 'public/vendor/codemirror/mode/markdown/index.html') diff --git a/public/vendor/codemirror/mode/markdown/index.html b/public/vendor/codemirror/mode/markdown/index.html old mode 100755 new mode 100644 index c3bb8df9..15660c26 --- a/public/vendor/codemirror/mode/markdown/index.html +++ b/public/vendor/codemirror/mode/markdown/index.html @@ -350,8 +350,10 @@ Output: }); -

Optionally depends on the XML mode for properly highlighted inline XML blocks.

+

You might want to use the Github-Flavored Markdown mode instead, which adds support for fenced code blocks and a few other things.

+

Optionally depends on the XML mode for properly highlighted inline XML blocks.

+

MIME types defined: text/x-markdown.

Parsing/Highlighting Tests: normal, verbose.

-- cgit v1.2.3