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