pegdown
Markdown processor
A Markdown processor based on a parboiled PEG parser supporting various extensions and dialects.
A pure-Java Markdown processor based on a parboiled PEG parser supporting a number of extensions
1k stars
62 watching
216 forks
Language: Java
last commit: almost 8 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
sirthias/parboiled | An implementation of efficient parsing algorithms in Java and Scala for building robust parsers. | 1,279 |
jgm/peg-markdown | An implementation of markdown syntax in C using a parsing expression grammar | 696 |
pragdave/earmark | A Markdown parser written in Elixir that can be used to process and transform Markdown text into various formats. | 870 |
sirthias/parboiled2 | A macro-based PEG parser generator for Scala that enables fast and elegant parsing of arbitrary input text. | 717 |
gajus/gitdown | Enhances GitHub Flavored Markdown with additional functionality | 452 |
camacho/markdown-magic-engines | A utility for processing and rendering Markdown text with customizable transformations | 0 |
rla/prolog-markdown | An implementation of a Markdown parser for use with SWI-Prolog | 20 |
dimerapp/markdown | An opinionated Markdown parser with features like AST generation and custom directives | 94 |
smathot/academicmarkdown | A Python module for generating multiple file formats from Markdown source | 350 |
cebe/markdown | A fast and extensible Markdown parser for PHP | 999 |
swiftstudies/smarkdown | A Swift implementation of Markdown syntax for processing and converting text | 69 |
burdettelamar/markdown_helper | A Ruby gem for pre-processing markdown files with file inclusion and formatting options. | 40 |
yerkopalma/marli | A JavaScript library for rendering markdown template literals to HTML | 34 |
yogthos/markdown-clj | A Clojure library that parses Markdown text and generates HTML output | 544 |
icyleaf/markd | A markdown parser written in Crystal, compliant to CommonMark specification. | 109 |