diff --git a/lib/Formatter.php b/lib/Formatter.php index 33c5f7c2..52270e19 100644 --- a/lib/Formatter.php +++ b/lib/Formatter.php @@ -97,7 +97,7 @@ class Formatter{ } /** - * Convert a string of Markdown into HTML. + * Convert a string of Markdown into an HTML fragment. */ public static function MarkdownToHtml(?string $text): string{ if(!isset(Formatter::$_MarkdownParser)){