html-generator 0.0.4

A robust Rust library designed for transforming Markdown into SEO-optimized, accessible HTML. Featuring front matter extraction, custom header processing, table of contents generation, and performance optimization for web projects of any scale.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
> This is a test of a block quote
> With just two lines

A paragraph

> This is a more difficult case
> With a list item inside the quote
>
> * Alpha
> * Beta
> Etc.