Crate cmark2tex

Source

Re-exports§

pub use self::error::*;

Modules§

error

Structs§

CurrentType

Functions§

cmark_to_tex
Converts markdown string to tex string.
get_extension
Extract extension from filename
html2tex
Simple HTML parser.
parse_html_description
Convert HTML description elements into LaTeX equivalents.
parser_to_tex
Takes a pulldown_cmark::Parser or any iterator containing pulldown_cmark::Event and transforms it to a string
svg2png
Converts an SVG file to a PNG file.
title_string
Get the title of a Markdown file.