mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-27 11:14:49 +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