docs: update readme

This commit is contained in:
2025-11-12 21:02:39 +01:00
parent 2a7daa13fd
commit caaecb1661

View File

@@ -1,4 +1,4 @@
# m2h - Markdown to HTML Converter # m2h
A lightweight, pure Perl markdown to HTML converter that uses a state machine for parsing. A lightweight, pure Perl markdown to HTML converter that uses a state machine for parsing.
@@ -7,7 +7,7 @@ A lightweight, pure Perl markdown to HTML converter that uses a state machine fo
- Pure Perl implementation - no external dependencies - Pure Perl implementation - no external dependencies
- State machine-based parsing for efficient and maintainable code - State machine-based parsing for efficient and maintainable code
- Converts standard markdown syntax to HTML - Converts standard markdown syntax to HTML
- Secure HTML output, especially against XSS or file protocols - Secure HTML output, especially against XSS or file protocols
- Fast and lightweight - Fast and lightweight
## Requirements ## Requirements