From caaecb166194ac698a1222faa2eb0aad622390b7 Mon Sep 17 00:00:00 2001 From: Kharec Date: Wed, 12 Nov 2025 21:02:39 +0100 Subject: [PATCH] docs: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0af0a1b..56c0753 100644 --- a/README.md +++ b/README.md @@ -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. @@ -7,7 +7,7 @@ A lightweight, pure Perl markdown to HTML converter that uses a state machine fo - Pure Perl implementation - no external dependencies - State machine-based parsing for efficient and maintainable code - 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 ## Requirements