We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to render abbreviations for my markdown that looks like this :
Page Intro Description" field *[Intro]: Here's a big definition.
But there is no way to add an abbreviations renderer. Wondering how can I achieve this?
Note: I also tried using the plugin remark-abbr, but it throws an error saying Renderer for type abbr not defined or is not renderable
remark-abbr
Renderer for type
not defined or is not renderable
The text was updated successfully, but these errors were encountered:
This would be resolved by #428, which uses remark-rehype which remark-abbr is designed to work with.
remark-rehype
Sorry, something went wrong.
This can be solved outside of this project, hence I’ll close this here.
It could be done by depending on https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-abbr#options, although that still needs to be updated for the new parser in remark, and then specifying a custom renderer.
No branches or pull requests
Trying to render abbreviations for my markdown that looks like this :
But there is no way to add an abbreviations renderer. Wondering how can I achieve this?
Note: I also tried using the plugin
remark-abbr
, but it throws an error sayingRenderer for type
abbrnot defined or is not renderable
The text was updated successfully, but these errors were encountered: