New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@comark/markdown-it

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comark/markdown-it

Comark (Component in Markdown) support for markdown-it

latest
Source
npmnpm
Version
0.3.3
Version published
Weekly downloads
12K
-2.04%
Maintainers
2
Weekly downloads
 
Created
Source

@comark/markdown-it

npm version npm downloads bundle JSDocs License

Comark (Component in Markdown) for markdown-it.

Use VS Code MDC Extension for IDE support.

Usage

npm i markdown-it @comark/markdown-it
import comark from '@comark/markdown-it'
import MarkdownIt from 'markdown-it'

const md = new MarkdownIt()
  .use(comark)

const result = md.render(`
# Hello

Hello **World** with :my-component{.text-red name="foo"}!
`)

Features

This plugin implements all the syntaxes documented in Comark Syntax. We are still testing behavior compatibility in detail before reaching v1.0.0.

License

Made with ❤️

Published under MIT License.

Credits

❤️ This project was originally created by Anthony Fu in 2022. Special thanks for the amazing work and inspiration! 🙏✨

Keywords

markdown

FAQs

Package last updated on 09 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts