{"library":"markdown-it-mark","type":"library","category":null,"description":"The `markdown-it-mark` package is a plugin for the `markdown-it` markdown parser, designed to extend its functionality by adding support for the HTML `<mark>` tag. It enables users to highlight text within their Markdown documents using the `==text==` syntax, which is then rendered as `<mark>text</mark>`. The current stable version is 4.0.0, last published approximately two years ago, indicating a mature and stable project likely in maintenance mode rather than rapid feature development. This plugin is highly focused, providing a straightforward implementation for text highlighting that adheres to similar rules as CommonMark emphasis. Its key differentiator is its seamless integration with the `markdown-it` ecosystem, offering a lightweight solution for a common formatting need without introducing complex parsing behaviors.","language":"javascript","status":"maintenance","version":"4.0.0","tags":["javascript","markdown-it-plugin","markdown-it","markdown","mark"],"install":[{"cmd":"npm install markdown-it-mark","imports":["import markdownit from 'markdown-it';\nimport markdownitMark from 'markdown-it-mark';\n\nconst md = markdownit().use(markdownitMark);","const markdownit = require('markdown-it');\nconst markdownitMark = require('markdown-it-mark');\n\nconst md = markdownit().use(markdownitMark);","// When loaded directly in a browser via <script> tag:\nconst md = window.markdownit().use(window.markdownitMark);"]},{"cmd":"yarn add markdown-it-mark","imports":[]},{"cmd":"pnpm add markdown-it-mark","imports":[]}],"homepage":null,"github":"https://github.com/markdown-it/markdown-it-mark","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/markdown-it-mark","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/markdown-it-mark/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Mon Jul 20","install_tag":null}}