Skip to content

Commit

Permalink
docs(backtick_code): mention PR hexojs#3765
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh authored and Thomas Parisot committed Jan 17, 2020
1 parent 8166360 commit d50d4e1
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 d50d4e1

Please sign in to comment.