Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Apr 17, 2019
1 parent ab9ef48 commit 6d0719d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ function convertListHTML(items, lastIndent, types) {
if (indent > lastIndent) {
types.push(type);
if (indent === lastIndent + 1) {
types.push(type);
return `<${tag}><li${attribute}>${convertHTML(
child,
offset,
Expand Down

0 comments on commit 6d0719d

Please sign in to comment.