mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-30 14:56:54 +00:00
Another fix for the block vs inline handline
This commit is contained in:
@@ -359,7 +359,7 @@ exports.parseTag = function(source,pos,options) {
|
||||
pos = token.end;
|
||||
// Check for a required line break
|
||||
if(options.requireLineBreak) {
|
||||
token = this.parseTokenRegExp(source,pos,/(\r?\n)/g);
|
||||
token = this.parseTokenRegExp(source,pos,/(\r?\n\r?\n)/g);
|
||||
if(!token) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user