mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 14:27:33 -08:00
Use $Parsedown->line instead of $Parsedown->text
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
ba37a9db8c
commit
9b5a67e31f
|
@ -29,7 +29,7 @@ class Helper
|
|||
$Parsedown->setSafeMode(true);
|
||||
|
||||
if ($str) {
|
||||
return $Parsedown->text($str);
|
||||
return $Parsedown->line($str);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue