mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-06 04:48:01 +00:00
Fix bug in styleblock regexp
This commit is contained in:
@@ -42,7 +42,7 @@ exports.init = function(parser) {
|
||||
};
|
||||
|
||||
exports.parse = function() {
|
||||
var reEndString = "@@$(?:\\r?\\n)?";
|
||||
var reEndString = "$@@(?:\\r?\\n)?";
|
||||
var classes = [], styles = [];
|
||||
do {
|
||||
// Get the class and style
|
||||
|
Reference in New Issue
Block a user