mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 18:11:52 -04:00
Tweak comment
This commit is contained in:
parent
5b86428404
commit
617d27ec92
1 changed files with 1 additions and 1 deletions
|
@ -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{
|
public static function MarkdownToHtml(?string $text): string{
|
||||||
if(!isset(Formatter::$_MarkdownParser)){
|
if(!isset(Formatter::$_MarkdownParser)){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue