mirror of
https://github.com/lucaspalomodevelop/txtmark.git
synced 2026-03-13 07:39:37 +00:00
Bugfix: False fenced code block detection.
This commit is contained in:
parent
7eccd8702b
commit
3130d867e1
@ -234,6 +234,8 @@ class Line
|
||||
continue;
|
||||
if(c == ch)
|
||||
count++;
|
||||
else
|
||||
break;
|
||||
}
|
||||
return count;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user