diff --git a/src/markd/core.js b/src/markd/core.js index a67feb8..43d2d8f 100644 --- a/src/markd/core.js +++ b/src/markd/core.js @@ -363,6 +363,7 @@ class Tool { if (head) { isParagraph = false html += head + // console.log(html) continue } @@ -425,7 +426,10 @@ class Tool { qlist += `
  • ${tmp3}
  • ` html += tmp1 + qlist } else { - html += '
    ' + it + if (innerQuote === false) { + html += '
    ' + } + html += it } isParagraph = false