|
|
@ -28,7 +28,7 @@ module.exports = function fence(state, startLine, endLine, silent) { |
|
|
|
markup = state.src.slice(mem, pos); |
|
|
|
params = state.src.slice(pos, max); |
|
|
|
|
|
|
|
if (params.indexOf('`') >= 0) { return false; } |
|
|
|
if (params.indexOf(String.fromCharCode(marker)) >= 0) { return false; } |
|
|
|
|
|
|
|
// Since start is found, we can report success here in validation mode
|
|
|
|
if (silent) { return true; } |
|
|
|