micromark

markdown parser under @unifiedjs that’s different

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownermicromark/micromark
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 1)
Platform
License:MIT License
所有者活动
Created At2018-11-13 17:34:37
Pushed At2025-05-10 18:46:45
Last Commit At
Release Count120
Last Release Name4.0.2 (Posted on )
First Release Name2.0.0 (Posted on )
用户参与
Stargazers Count2k
Watchers Count13
Fork Count72
Commits Count656
Has Issues Enabled
Issues Count59
Issue Open Count2
Pull Requests Count41
Pull Requests Open Count2
Pull Requests Close Count14
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private