We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c0703 commit 934345dCopy full SHA for 934345d
core/lib/annotation_exporter.js
@@ -51,7 +51,7 @@ var annotations_exporter = function (pl) {
51
52
//for each annotation process the yaml frontmatter and markdown
53
var annotationSnippet = annotationsYAML[i];
54
- var annotationsRE = /---\n{1}([\s\S]*)---\n{1}([\s\S]*)+/gm;
+ var annotationsRE = /---\r?\n{1}([\s\S]*)---\r?\n{1}([\s\S]*)+/gm;
55
var chunks = annotationsRE.exec(annotationSnippet);
56
if (chunks && chunks[1] && chunks[2]) {
57
package.json
@@ -10,7 +10,7 @@
10
"handlebars": "^4.0.5",
11
"html-entities": "^1.2.0",
12
"json5": "^0.5.0",
13
- "lodash": "~4.13.0",
+ "lodash": "~4.13.1",
14
"markdown-it": "^6.0.1",
15
"mustache": "^2.2.0",
16
"twig": "^0.9.5",
0 commit comments