kopia lustrzana https://github.com/miklobit/TiddlyWiki5
fixed a small bug related to closing wiki-tag
rodzic
2ec58f7fa2
commit
8ed364ed72
|
@ -69,10 +69,9 @@ exports.parse = function() {
|
||||||
|
|
||||||
// Move past the <s
|
// Move past the <s
|
||||||
this.parser.pos = this.matchRegExp.lastIndex;
|
this.parser.pos = this.matchRegExp.lastIndex;
|
||||||
|
|
||||||
// Parse any optional cite
|
// Parse any optional cite
|
||||||
this.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});
|
this.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});
|
||||||
cite = this.parser.parseInlineRun(/(\r?\n)/mg);
|
var cite = this.parser.parseInlineRun(/(\r?\n)/mg);
|
||||||
// If we got a cite, push it
|
// If we got a cite, push it
|
||||||
if ( cite.length > 0 ) {
|
if ( cite.length > 0 ) {
|
||||||
tree.push({
|
tree.push({
|
||||||
|
|
Ładowanie…
Reference in New Issue