Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb0fc9c

Browse files
committed
fix_font(): Handle one more case for the magical first column of tables.
1 parent 5810064 commit cb0fc9c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/perl/python.perl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -950,6 +950,9 @@ sub fix_font{
950950
elsif ($font eq 'constant') {
951951
$font = 'tt class="constant"';
952952
}
953+
elsif ($font eq 'kbd') {
954+
$font = 'kbd';
955+
}
953956
return $font;
954957
}
955958

0 commit comments

Comments
 (0)