Fix code formatting bug in the ncdc man page
This commit is contained in:
parent
6691355ace
commit
374d30f092
2 changed files with 6 additions and 4 deletions
2
mkpod.pl
2
mkpod.pl
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue