11 Jul
2015
11 Jul
'15
10 p.m.
Signed-off-by: Marcel Korpel <marcel.korpel@gmail.com> --- web/lib/aur.inc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/lib/aur.inc.php b/web/lib/aur.inc.php index d370788..7e85959 100644 --- a/web/lib/aur.inc.php +++ b/web/lib/aur.inc.php @@ -596,7 +596,9 @@ function comment_by_id($comment_id) { } /** - * Process submitted comments so any links can be followed + * Process submitted comments so any links can be followed and + * parse markdown code blocks and inline code. Only code blocks + * delimited with ```<newline> are supported. * * @param string $comment Raw user submitted package comment * -- 2.4.5