Skip to content

Commit

Permalink
Fix removed line
Browse files Browse the repository at this point in the history
  • Loading branch information
OEvgeny authored Nov 6, 2024
1 parent 5de1e9d commit 43db067
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bundle/src/markdown/renderMarkdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export default function render(

return decoration;
};

const htmlAfterMarkdown = micromark(markdown, {
allowDangerousHtml: markdownRenderHTML ?? true,
// We need to handle links like cite:1 or other URL handlers.
Expand Down

0 comments on commit 43db067

Please sign in to comment.