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 --- .../codemirror/mode/yaml-frontmatter/index.html | 121 +++++++++++++++++++++ 1 file changed, 121 insertions(+) create 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 new file mode 100644 index 00000000..30bed2f8 --- /dev/null +++ b/public/vendor/codemirror/mode/yaml-frontmatter/index.html @@ -0,0 +1,121 @@ + + +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