mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-07-05 02:50:46 +00:00
changed 6 to 3
This commit is contained in:
parent
26d1c3f11b
commit
52135c7d21
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ function fence(state, startLine, endLine, silent) {
|
||||||
// if it's indented more than 3 spaces, it should be a code block
|
// if it's indented more than 3 spaces, it should be a code block
|
||||||
// if (state.sCount[startLine] - state.blkIndent >= 4) { return false; }
|
// if (state.sCount[startLine] - state.blkIndent >= 4) { return false; }
|
||||||
|
|
||||||
if (pos + 6 > max) { return false; }
|
if (pos + 3 > max) { return false; }
|
||||||
|
|
||||||
marker = state.src.charCodeAt(pos);
|
marker = state.src.charCodeAt(pos);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue