Skip to content

Commit

Permalink
fix: wrong position of callout in table mode
Browse files Browse the repository at this point in the history
Close #24
  • Loading branch information
mvdkwast committed Apr 16, 2023
1 parent 58f4a1d commit febb6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ class DocumentRenderer {
column.innerHTML = originalContent.innerHTML;
}

node.remove()
node.replaceWith(callout);
});
}

Expand Down

0 comments on commit febb6c1

Please sign in to comment.