kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Fixed typo in hardlinebreak parser
rodzic
34e6d79ef6
commit
57adbe5bf7
|
@ -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() {
|
||||
|
|
Ładowanie…
Reference in New Issue