markdown-it-prism icon indicating copy to clipboard operation
markdown-it-prism copied to clipboard

Highlight code blocks in markdown-it using prism

Results 17 markdown-it-prism issues
Sort by recently updated
recently updated
newest added

This plugin does not work on webpack applications. After doing some testing and looking into the source code of this project, Prism themselves say that this is because you should...

🤷‍♂️ unfixable

The `line-numbers` plugin (and all the other plugins I have checked so far) won't work. This is due to a statement in every of them: ```js if (typeof self ===...

🤷‍♂️ unfixable

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [semantic-release](https://redirect.github.com/semantic-release/semantic-release) | [`21.1.2` -> `24.2.0`](https://renovatebot.com/diffs/npm/semantic-release/21.1.2/24.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/semantic-release/24.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/semantic-release/24.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`5.62.0` -> `8.12.2`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.62.0/8.12.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/8.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [markdown-it](https://togithub.com/markdown-it/markdown-it) | [`13.0.2` -> `14.1.0`](https://renovatebot.com/diffs/npm/markdown-it/13.0.2/14.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/markdown-it/14.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/markdown-it/14.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`8.57.0` -> `9.0.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.0.0) |...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [npm-run-all](https://togithub.com/mysticatea/npm-run-all) | devDependencies | replacement | [`4.1.5` -> `5.0.0`](https://renovatebot.com/diffs/npm/npm-run-all/4.1.5/) | This is a...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://togithub.com/actions/cache) | action | major | `v3` -> `v4` | --- ### Release...

I do not know if there's compatibility bugs. i do a king of chatGPT bot and after adding makdown-it-prism, it will work for javascritp and html. if i try to...