kopia lustrzana https://github.com/miklobit/TiddlyWiki5
fixed a small bug related to closing wiki-tag - no really
rodzic
8ed364ed72
commit
62b9fb336b
|
@ -67,8 +67,6 @@ exports.parse = function() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// Move past the <s
|
|
||||||
this.parser.pos = this.matchRegExp.lastIndex;
|
|
||||||
// Parse any optional cite
|
// Parse any optional cite
|
||||||
this.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});
|
this.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});
|
||||||
var cite = this.parser.parseInlineRun(/(\r?\n)/mg);
|
var cite = this.parser.parseInlineRun(/(\r?\n)/mg);
|
||||||
|
|
Ładowanie…
Reference in New Issue