Skip to content

Confusing "When to use" in readme (micromark vs remark) #110

Discussion options

You must be logged in to vote

Micromark offers two things:

  1. a low level parser
  2. a minimally configurable markdown to html compiler

If you want to do really complex things with markdown

and

If you’re looking for fine grained control, use micromark

refer to the former, the low level parser


If you just want to turn markdown into HTML (with maybe a few extensions)

and

If you just want HTML from markdown, use micromark

refers to the latter, the minimally configurable markdown to html compiler

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@chrisjsewell
Comment options

@ChristianMurphy
Comment options

@chrisjsewell
Comment options

@ChristianMurphy
Comment options

@chrisjsewell
Comment options

Answer selected by ChristianMurphy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants