mdx-gen 0.0.4

A robust Rust library for processing Markdown and converting it to HTML with support for custom blocks, enhanced table formatting, and flexible configuration options.
Documentation
1
2
3
4
5
6
7
8
9
# Auto detect text files and perform normalization
*          text=auto eol=lf

*.rs       text diff=rust eol=lf
*.toml     text diff=toml eol=lf
Cargo.lock text eol=lf

*.sh       text eol=lf
*.ps1      text eol=crlf