We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f8f7d4 commit bc15841Copy full SHA for bc15841
lib/markdown/highlightLines.js
@@ -39,7 +39,7 @@ module.exports = md => {
39
})
40
if (inRange) {
41
return {
42
- code: `<span class="highlighted-line">${split}</span>`,
+ code: `<span class="highlighted-line">${split || '\n'}</span>`,
43
highlighted: true
44
}
45
0 commit comments