mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-05 16:51:36 -08:00
Fixed typo in hardlinebreak parser
This commit is contained in:
parent
34e6d79ef6
commit
57adbe5bf7
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ exports.types = {inline: true};
|
|||
exports.init = function(parser) {
|
||||
this.parser = parser;
|
||||
// Regexp to match
|
||||
this.matchRegExp = /"""(?:\r?\n)+/mg;
|
||||
this.matchRegExp = /"""(?:\r?\n)?/mg;
|
||||
};
|
||||
|
||||
exports.parse = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue