Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wljince007 committed Apr 8, 2024
1 parent d6c8c90 commit 071b472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/turndown/src/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Rules.prototype = {

forNode: function (node) {
// code block keep blank lines
// See https://github.com/laurent22/joplin/pull/10126#discussion_r1532204251 .
// See https://github.com/laurent22/joplin/pull/10126 .
// test case: packages/app-cli/tests/html_to_md/code_multiline_4.html
if (node.isCode === false && node.isBlank) return this.blankRule
var rule
Expand Down

0 comments on commit 071b472

Please sign in to comment.