micromark

markdown parser under @unifiedjs that’s different

Github星跟踪图

Sponsors

What’s micromark

Something like remark (Markdown processor powered by plugins based on
unified), but on a lower level: a lexer (in nerdy terms ?).
Syntax trees have many good things, but they do come with the downside of
having a big memory footprint and sometimes being more than what you need.

We’re launching micromark as just an idea.
The first line of code still needs to be written.
But we imagine it to be
:

  • small in file size, max 10 kB minzipped, and tiny in memory use
  • fast in speed, compared to existing parsers on real world documents
  • safe to use, it should safely work on untrusted content by default
  • compliant to CommonMark but extensible for GFM (GitHub Flavored
    Markdown), MDX, etc.
  • complete, in that it should give access to all info in the source
    document

But it’s not:

  • something that creates HTML and the like: other projects use micromark for
    that
  • something that creates a syntax tree: remark will use it to do just that

How it’ll be used

micromark is part of the unified collective.
But it will likely not be something you’d directly interact with, unless
you’re interested in working on parsers,.
It will make high-level tooling better.

Evolving unified shouldn’t just be about new high-level features but also about
rethinking core mechanisms.
That’s where micromark comes in, so unified can build the most friendly,
secure, fast, and extensive bridges between content formats.

Contribute

See contributing.md in micromark/.github for ways
to get started.
See support.md for ways to get help.

This project has a Code of Conduct.
By interacting with this repository, organisation, or community you agree to
abide by its terms.

License

MIT © Titus Wormer

主要指标

概览
名称与所有者micromark/micromark
主编程语言JavaScript
编程语言JavaScript (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2018-11-13 17:34:37
推送于2025-04-02 14:02:48
最后一次提交
发布数120
最新版本名称4.0.2 (发布于 )
第一版名称2.0.0 (发布于 )
用户参与
星数1.9k
关注者数13
派生数71
提交数655
已启用问题?
问题数58
打开的问题数2
拉请求数40
打开的拉请求数2
关闭的拉请求数13
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?