kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Fix bug in styleblock regexp
rodzic
0e418f6e8d
commit
2635b62a73
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue