Crate markdown_ppp

Crate markdown_ppp 

Source
Expand description

§markdown-ppp

Feature-rich Markdown Parsing and Pretty-Printing library.

This crate provides comprehensive support for parsing CommonMark + GitHub Flavored Markdown (GFM) and converting it to various output formats including Markdown, HTML, and LaTeX.

Modules§

ast
Fully-typed Abstract Syntax Tree (AST) for CommonMark + GitHub Flavored Markdown.
ast_specialized
Specialized AST types for element identification.
ast_transform
AST transformation utilities for manipulating parsed Markdown. AST transformation and manipulation utilities
html_printer
HTML renderer for converting Markdown AST to HTML.
latex_printer
LaTeX renderer for converting Markdown AST to LaTeX.
parser
Markdown parser for CommonMark + GFM.
printer
Markdown pretty-printer for formatting AST back to Markdown.