Skip to content

Commit

Permalink
feat(djot): remove positions for speed
Browse files Browse the repository at this point in the history
  • Loading branch information
teomrd committed Nov 22, 2024
1 parent 81f73a5 commit b0acd31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/components/organisms/markdown/mdToHtml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { parse, renderHTML } from "@djot/djot";
export const convertMarkDownToHtml = (md: string) => {
return renderHTML(
parse(md, {
sourcePositions: true,
warn: (warning) => console.log(warning.render()),
}),
);
Expand Down

0 comments on commit b0acd31

Please sign in to comment.