Fix spacing errors (#7484)

This commit is contained in:
J. Ryan Stinnett
2022-01-10 12:57:20 +00:00
committed by GitHub
parent 8f60d8d2c7
commit 6199c337ea
26 changed files with 74 additions and 46 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ export default class Markdown {
const walker = this.parsed.walker();
let ev;
while ( (ev = walker.next()) ) {
while (ev = walker.next()) {
const node = ev.node;
if (TEXT_NODES.indexOf(node.type) > -1) {
// definitely text