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
**a**\nb
import markdownit from 'markdown-it'; import cjkBreaksExt from 'markdown-it-cjk-breaks'; let md = markdownit({ html: true, }); md = md.use(cjkBreaksExt); md.render('**a**\nb');
TypeError: Expected a code point, got `undefined`. ❯ validate node_modules/get-east-asian-width/index.js:5:9 ❯ eastAsianWidthType node_modules/get-east-asian-width/index.js:10:2 ❯ process_inlines node_modules/markdown-it-cjk-breaks/index.mjs:49:24 ❯ Array.cjk_breaks node_modules/markdown-it-cjk-breaks/index.mjs:65:5 ❯ Core.process node_modules/markdown-it/lib/parser_core.mjs:56:13 ❯ MarkdownIt.parse node_modules/markdown-it/lib/index.mjs:511:13 ❯ MarkdownIt.render node_modules/markdown-it/lib/index.mjs:530:36
The text was updated successfully, but these errors were encountered:
Covered by #5
Sorry, something went wrong.
markdown-it-cjk-breaks
**strong**
No branches or pull requests
The text was updated successfully, but these errors were encountered: