From 9f79ed929e4156dc8b5b45161895d70d51cfa5a2 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Mon, 28 Nov 2016 01:36:48 +0800 Subject: Update to move custom CodeMirror codebase to our own repo and update webpack build config --- public/vendor/codemirror/mode/markdown/index.html | 361 ---------------------- 1 file changed, 361 deletions(-) delete mode 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 deleted file mode 100644 index 15660c26..00000000 --- a/public/vendor/codemirror/mode/markdown/index.html +++ /dev/null @@ -1,361 +0,0 @@ - - -CodeMirror: Markdown mode - - - - - - - - - - - -
-

Markdown mode

-
- - - -

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