commonmark-spec VS markdown-it-katex

Compare commonmark-spec vs markdown-it-katex and see what are their differences.

commonmark-spec

CommonMark spec, with reference implementations in C and JavaScript (by commonmark)

markdown-it-katex

Add Math to your Markdown with a KaTeX plugin for Markdown-it (by waylonflinn)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
commonmark-spec markdown-it-katex
48 2
4,832 232
0.4% -
6.9 0.0
3 months ago over 1 year ago
Python JavaScript
GNU General Public License v3.0 or later 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.

commonmark-spec

Posts with mentions or reviews of commonmark-spec. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-06.
  • How to add a man page to your Ruby project, using kramdown-man and markdown
    2 projects | /r/ruby | 6 Dec 2023
    Edit: this is because GitHub uses cmark-gfm, which is a fork of cmark, which implements the CommonMark variant of markdown. Looks like CommonMark still doesn't support definition lists. :(
  • How do you host documentation for your spouse or other users?
    4 projects | /r/selfhosted | 6 Dec 2023
    BookStack dev here. There's no specific "import" option but you can use the Markdown editor in BookStack and paste in your Markdown content there. The API is essentially just an endpoint to accept the same kind of data, for of course you could automate against the API for batch import. One thing to keep in mind is that BookStack markdown support is fairly tightly scoped to (commonmark + tables + tasklists), although HTML within MD is supported.
  • On why Markdown is not a good, or even a half-decent, markup language
    9 projects | news.ycombinator.com | 19 Jul 2023
    >A single canonical reference

    https://commonmark.org/

  • Get ready for Bear 2 - We have a quick blog post with some important details and ways you can get notified once it's out!
    1 project | /r/bearapp | 6 Jul 2023
    Typically with major new releases of software, when the number left of the dot (e.g. 2.0) increases, it’s shipped as a separate product. Not always, but generally. The Bear folks can speak for themselves but IIRC a lot of the code was refactored / rewritten to support, for example, CommonMark. So, under the hood, it’s literally brand new in some respects.
  • Best website to write a rulebook for ttrpgs
    3 projects | /r/rpg | 17 May 2023
    I use Obsidian (https://obsidian.md) for a lot of things, including my RPG stuff, and there are options for exporting things as PDFs. It’s great for getting organized and doing research, but I would use other tools for long-form writing and layout. What I like about Obsidian though is that everything is done in Markdown (https://commonmark.org) and I can use Pandoc (https://pandoc.org) to transform the source to whatever I need. The caveat is that Obsidian uses a flavor of Markdown with some non-standard extensions, so a pure Markdown editor like Typora (https://typora.io) might be a better choice depending on your needs.
  • What is the most minimal, strictest variant of Markdown?
    1 project | /r/Markdown | 18 Apr 2023
  • How to display an image
    1 project | /r/gohugo | 11 Apr 2023
    yes, this is the "inventor" of markdown and those rules will always work. Hugo uses something called "Commonmark" which is developed on top of the original markdown. But the original rules will always work too.
  • Lightweight Markup for Ukrainian Texts?
    1 project | /r/Ukrainian | 10 Apr 2023
    Reddit and many other sites support Markdown as an easy way to add emphasis, links, headings, etc. Markdown does not contain any keywords, as it is intended to be language-independent. However, Markdown syntax makes heavy use of square brackets [] and other characters that are difficult to type with an Ukrainian keyboard layout, e.g., the backtick `.
  • I wish Asciidoc was more popular
    4 projects | /r/programming | 6 Feb 2023
    Check out commonmark, that is the Markdown standard supported by numerous converters including pandoc.
  • I wrote a markdown to html converter
    6 projects | /r/golang | 1 Feb 2023
    And if this is an exercise into that you can use a Markdown spec like CommonMark which is the spec Reddit and a variety of other sites use.

markdown-it-katex

Posts with mentions or reviews of markdown-it-katex. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-22.
  • feature request: background colors and text
    1 project | /r/scrivano | 19 May 2022
    Also, if you support markdown at some time, could you also support LaTeX / KaTeX or some similar TeX functionality for math notations? Some GitHub repos like this one have implemented TeX functionality within markdown. This can be a useful functionality for students and researchers who need math support within notes.
  • VS Code Markdown Preview + GH Pages?
    10 projects | /r/vscode | 22 Oct 2021
    So I guess recently, VS Code now natively supports Markdown preview natively, which is amazing. I guess they're "targeting" CommonMark__ via the markdown-it compiler. Though absent from the docs, the VS code markdown preview seems to accomodate math-mode enviroments which is awesome, I presume defined by a markdown-it extension such as markdown-it-katex though I can't seem to find actually documentation on the math-mode implementation in VS Code. Strange...

What are some alternatives?

When comparing commonmark-spec and markdown-it-katex you can also consider the following projects:

pandoc - Universal markup converter

MathJax - Beautiful and accessible math in all browsers

kramdown - kramdown is a fast, pure Ruby Markdown superset converter, using a strict syntax definition and supporting several common extensions.

KaTeX - Fast math typesetting for the web.

marktext - 📝A simple and elegant markdown editor, available for Linux, macOS and Windows.

Joplin - Joplin - the secure note taking and to-do app with synchronisation capabilities for Windows, macOS, Linux, Android and iOS.

rehype-sanitize - plugin to sanitize HTML

markdown-it - Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed

remark-toc - plugin to generate a table of contents (TOC)

Jekyll - :globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby