-
-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Property 'blockTokenizers' does not exist of type 'RemarkParser' #499
Comments
@tmm if this is a question, https://spectrum.chat/unified/type-definitions would be the best place for this. |
posted on spectrum. closing for now. will re-open with the proper template later if necessary. thanks for triaging quickly. |
@ChristianMurphy @tmm can you tell me what the resolution for this was? |
This is a question about a feature that was removed two years ago. The resolution is: don’t use 2 year old features. Ask new questions following our support guide to get help. |
@wooorm lol fair enough. If you see the above link back you see that this relates to a plugin (remark-grid-tables) that no longer works with remark-parse@9 and so this issue just came up as part of that investigation. On the chance that migrating plugins is straight forward - do you know how I would convert some some code that looks like this:
to the remark-parse@10 way of doing things? |
The answer to “how to use a plugin that does not work anymore”, namely |
Curious why
blockTokenizers
aren't added to the type, butblockMethods
are.remark/packages/remark-parse/types/index.d.ts
Lines 6 to 14 in 31905d1
I'm trying to override
blankLine
and get aProperty 'blockTokenizers' does not exist of type 'RemarkParser'
error:Would it work to add the following?
The text was updated successfully, but these errors were encountered: