mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-03 07:42:37 -08:00
fixed a small bug related to closing wiki-tag - no really
This commit is contained in:
parent
8ed364ed72
commit
62b9fb336b
1 changed files with 0 additions and 2 deletions
|
|
@ -67,8 +67,6 @@ exports.parse = function() {
|
|||
});
|
||||
}
|
||||
|
||||
// Move past the <s
|
||||
this.parser.pos = this.matchRegExp.lastIndex;
|
||||
// Parse any optional cite
|
||||
this.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});
|
||||
var cite = this.parser.parseInlineRun(/(\r?\n)/mg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue