How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
kramdown is a fast, pure Ruby Markdown superset converter, using a strict syntax definition and supporting several common extensions.
A jq-like Markdown query language for command-line processing
Pandoc is a universal document converter that translates content between a wide range of markup and binary formats. It functions by parsing input documents into a unified intermediate abstract syntax tree, which serves as the foundation for consistent manipulation and transformation across diverse output types. The system is distinguished by its modular reader-writer pipeline, which decouples input parsing from output generation to allow for granular control over document structure. Users can programmatically manipulate this intermediate tree through a robust filter system, supporting both ex
The main features of deftio/quikdown are: Markdown Libraries.
Projects with overlapping indexed features include: e-picas/markdown-extended. gettalong/kramdown — kramdown is a fast, pure Ruby Markdown superset converter, using a strict syntax definition and supporting several… harehare/mq — A jq-like Markdown query language for command-line processing. jgm/pandoc — Pandoc is a universal document converter that translates content between a wide range of markup and binary formats. It… markdown-it/markdown-it — markdown-it is a token-based Markdown compiler and CommonMark-compliant parser that converts structured plaintext… markedjs/marked — This project is a high-performance markdown-to-HTML parser designed for use in browser, server-side, and command-line…