Skip to content

Commit

Permalink
chore: codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
ovflowd committed Aug 13, 2024
1 parent 8d9a129 commit 4eb056d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/remark.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const getRemarkRehype = () =>
.use(remarkRehype, { allowDangerousHtml: true, passThrough: ['element'] })
// This is a custom ad-hoc within the Shiki Rehype plugin, used to highlight code
// and transform them into HAST nodes
// @TODO: Get ride fo @shikijis/rehype and use our own Rehype plugin for Shiki
// @TODO: Get rid of @shikijis/rehype and use our own Rehype plugin for Shiki
// since we have CJS/ESM nodes. (Base off from the nodejs/nodejs.org repository)
.use(syntaxHighlighter)
// We allow dangerous HTML to be passed through, since we have HTML within our Markdown
Expand Down

0 comments on commit 4eb056d

Please sign in to comment.