Skip to content

Commit

Permalink
docs(backtick_code): mention PR #3765
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh authored Oct 14, 2019
1 parent 894408a commit deaad6b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ function backtickCodeBlock(data) {
}
}

// PR #3765
const endOfStart = start.split('\n').pop();
if (endOfStart && endOfStart.includes('>')) {
const depth = endOfStart.split('>').length - 1;
Expand Down

0 comments on commit deaad6b

Please sign in to comment.