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
# Escaped Characters

\\ This is a backslash.

\` This is a backtick.

\* This is an asterisk.

\_ This is an underscore.

\{ This is a curly brace.

\[ This is a square bracket.

\( This is a parenthesis.

\# This is a hash.

\+ This is a plus sign.

\- This is a hyphen.

\. This is a period.

\! This is an exclamation mark.