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
I confirm that this is an issue rather than a question.
Bug report
Steps to reproduce
When configuring Markdown and requesting a plugin to be used like this:
markdown: {plugins: ['markdown-it-abbr']}
The abbreviations are ignored.
However, this configuration works as desired:
markdown: {plugins: ['abbr']}
What is expected?
Both markdown-it-abbr and abbr in the plugin section should have the same effect as according to the documentation omitting the markdown-it- portion of the plugin name is optional.
Bug report
Steps to reproduce
When configuring Markdown and requesting a plugin to be used like this:
The abbreviations are ignored.
However, this configuration works as desired:
What is expected?
Both
markdown-it-abbr
andabbr
in the plugin section should have the same effect as according to the documentation omitting themarkdown-it-
portion of the plugin name is optional.What is actually happening?
Only the shorthand form works.
Other relevant information
My
package.json
:The text was updated successfully, but these errors were encountered: