diff --git a/src/Tokenizer.js b/src/Tokenizer.js index 8d58e86c..38f1328b 100644 --- a/src/Tokenizer.js +++ b/src/Tokenizer.js @@ -30,10 +30,6 @@ function outputLink(cap, link, raw) { } function indentCodeCompensation(raw, text) { - if (raw === undefined) { - return text; - } - const matchIndentToCode = raw.match(/^(\s+)(?:```)/); if (matchIndentToCode === null) {