Skip to content

Commit

Permalink
chore: add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Dec 1, 2024
1 parent f083ff5 commit 473cfc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ const plugin: Plugin = {
...md,
parsers: {
...md.parsers,
// TODO: only keep blocks rule, disable others
// (currently messing up text containing import/export)
markdown: md.parsers.mdx,
},
printers: {
Expand Down

0 comments on commit 473cfc0

Please sign in to comment.