You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
If a user wants to work directly with the AST output of remark-mdc (instead of only piping it into remark-rehype), there is currently no type safe way to do so. As the type augmentations in src/micromark-extension/types.ts do not show up in the distribution bundle.
Describe the solution you'd like to see
Exporting everything in src/micromark-extension/types.ts from src/index.ts should solve this.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
If a user wants to work directly with the AST output of
remark-mdc
(instead of only piping it intoremark-rehype
), there is currently no type safe way to do so. As the type augmentations insrc/micromark-extension/types.ts
do not show up in the distribution bundle.Describe the solution you'd like to see
Exporting everything in
src/micromark-extension/types.ts
fromsrc/index.ts
should solve this.The text was updated successfully, but these errors were encountered: