cmark-gfm VS cmark

Compare cmark-gfm vs cmark and see what are their differences.

cmark-gfm

Haskell bindings to libcmark-gfm GitHub Flavored Markdown parser (by kivikakk)

cmark

💧 Elixir NIF for cmark (C), a parser library following the CommonMark spec, a compatible implementation of Markdown. (by asaaki)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
cmark-gfm cmark
- 1
12 94
- -
0.0 7.3
8 months ago 14 days ago
C C
BSD 3-clause "New" or "Revised" License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

cmark-gfm

Posts with mentions or reviews of cmark-gfm. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning cmark-gfm yet.
Tracking mentions began in Dec 2020.

cmark

Posts with mentions or reviews of cmark. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-19.
  • Using Rust with Elixir for code reuse and performance
    4 projects | news.ycombinator.com | 19 Aug 2021
    I wonder if they looked into using https://github.com/asaaki/cmark.ex which is an already made Markdown Elixir NIF written in C. No glue code needed since the package already exists.

    Back when I was writing Elixir, it's what I used to process Markdown and it was also substantially faster than the native Elixir Markdown library (Earmark).

What are some alternatives?

When comparing cmark-gfm and cmark you can also consider the following projects:

cmark - Haskell bindings to libcmark commonmark parser

earmark - Markdown parser for Elixir

swift-markdown-ui - Display and customize Markdown text in SwiftUI

Markdown - A simple Elixir Markdown to HTML conversion library

Down - Blazing fast Markdown / CommonMark rendering in Swift, built upon cmark.

discount

sundown - Haskell bindings to the sundown markdown library

md4c - C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification.

mle - flexible terminal-based text editor (C)

Pandex - Lightweight Elixir wrapper for Pandoc. Convert Markdown, CommonMark, HTML, Latex... to HTML, HTML5, opendocument, rtf, texttile, asciidoc, markdown, json and others

cmark - CommonMark parsing and rendering library and program in C