diff options
author | Cheng-Han, Wu | 2016-04-20 18:11:40 +0800 |
---|---|---|
committer | Cheng-Han, Wu | 2016-04-20 18:11:40 +0800 |
commit | 8bf516263c6582771e7576e8484ca8cfaa8cb9cb (patch) | |
tree | aba81172f554a50466a762db99f25e3650d7ff45 /public/vendor/codemirror/mode/yaml-frontmatter | |
parent | edc3a31dfdb03e910d7355144280e281eeb582d5 (diff) |
Update CodeMirror to 5.13.5
Diffstat (limited to 'public/vendor/codemirror/mode/yaml-frontmatter')
-rw-r--r-- | public/vendor/codemirror/mode/yaml-frontmatter/index.html | 2 | ||||
-rw-r--r-- | public/vendor/codemirror/mode/yaml-frontmatter/yaml-frontmatter.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/public/vendor/codemirror/mode/yaml-frontmatter/index.html b/public/vendor/codemirror/mode/yaml-frontmatter/index.html index 30bed2f8..30cb294e 100644 --- a/public/vendor/codemirror/mode/yaml-frontmatter/index.html +++ b/public/vendor/codemirror/mode/yaml-frontmatter/index.html @@ -78,7 +78,7 @@ Underscores_are_allowed_between_words. GFM adds syntax to strikethrough text, which is missing from standard Markdown. ~~Mistaken text.~~ -~~**works with other fomatting**~~ +~~**works with other formatting**~~ ~~spans across lines~~ diff --git a/public/vendor/codemirror/mode/yaml-frontmatter/yaml-frontmatter.js b/public/vendor/codemirror/mode/yaml-frontmatter/yaml-frontmatter.js index 9f081b00..5f497723 100644 --- a/public/vendor/codemirror/mode/yaml-frontmatter/yaml-frontmatter.js +++ b/public/vendor/codemirror/mode/yaml-frontmatter/yaml-frontmatter.js @@ -65,4 +65,4 @@ } } }) -}) +}); |