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 --- .../codemirror/mode/yaml-frontmatter/index.html | 121 --------------------- 1 file changed, 121 deletions(-) delete mode 100644 public/vendor/codemirror/mode/yaml-frontmatter/index.html (limited to 'public/vendor/codemirror/mode/yaml-frontmatter/index.html') diff --git a/public/vendor/codemirror/mode/yaml-frontmatter/index.html b/public/vendor/codemirror/mode/yaml-frontmatter/index.html deleted file mode 100644 index 30cb294e..00000000 --- a/public/vendor/codemirror/mode/yaml-frontmatter/index.html +++ /dev/null @@ -1,121 +0,0 @@ - - -CodeMirror: YAML front matter mode - - - - - - - - - - - - - -
-

YAML front matter mode

-
- -

Defines a mode that parses -a YAML frontmatter -at the start of a file, switching to a base mode at the end of that. -Takes a mode configuration option base to configure the -base mode, which defaults to "gfm".

- - - -
-- cgit v1.2.3