uniorg-parse
Advanced tools
Comparing version 0.1.19 to 0.1.21
@@ -201,3 +201,3 @@ "use strict"; | ||
// Horizontal Rule. | ||
if (this.r.lookingAt(/^[ \t]*-{5,}[ \t]*$/)) { | ||
if (this.r.lookingAt(/^[ \t]*-{5,}[ \t]*$/m)) { | ||
return this.parseHorizontalRule(affiliated); | ||
@@ -204,0 +204,0 @@ } |
@@ -344,2 +344,7 @@ "use strict"; | ||
itParses('horizontal rule', `-----`); | ||
itParses('horizontal rule between paragraphs (#11)', `Hello | ||
----- | ||
World`); | ||
describe('footnote definition', () => { | ||
@@ -346,0 +351,0 @@ itParses('simple', ` |
{ | ||
"name": "uniorg-parse", | ||
"version": "0.1.19", | ||
"version": "0.1.21", | ||
"description": "uniorg plugin to parse org-mode", | ||
@@ -51,3 +51,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "fe0409b259de94bd13b7e98c3539e223ad85333a" | ||
"gitHead": "1a09b2a510df2236298d3568f3eadc508d414212" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
276354
3443