Fix code formatting bug in the ncdc man page

This commit is contained in:
Yorhel 2019-03-25 13:07:39 +01:00
parent 6691355ace
commit 374d30f092
2 changed files with 6 additions and 4 deletions

View file

@ -49,7 +49,7 @@ $p->parse_file(\*STDIN);
# Some post-processing to improve the pandoc-generated markdown
$html =~ s/^ //mg;
$html =~ s/<code> //g;
$html =~ s/<code> /<code>/g;
$html =~ s/<li><p>/<li>/g;
print $html;