markdown-it-cjk-breaks icon indicating copy to clipboard operation
markdown-it-cjk-breaks copied to clipboard

Suppress linebreaks between east asian characters

Results 4 markdown-it-cjk-breaks issues
Sort by recently updated
recently updated
newest added

Exception is thrown when a softbreak token is after strong token This script: ```js var md = require('markdown-it')(); var cjk_breaks = require('markdown-it-cjk-breaks'); md.use(cjk_breaks); md.render(` **foo** bar `); ``` Throws an...

```ts 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`. ❯...

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. Release notes Sourced from actions/setup-node's releases. v6.0.0 What's Changed Breaking Changes Limit automatic caching to npm, update workflows and documentation by @​priyagupta108 in actions/setup-node#1374...

dependencies
github_actions