mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Support constant as a font name for the first column of a table using the
tableii & friends markup family.
This commit is contained in:
parent
eceebb87d9
commit
7388f730a3
1 changed files with 3 additions and 0 deletions
|
@ -943,6 +943,9 @@ sub fix_font{
|
|||
elsif ($font eq 'member') {
|
||||
$font = 'tt class="member"';
|
||||
}
|
||||
elsif ($font eq 'constant') {
|
||||
$font = 'tt class="constant"';
|
||||
}
|
||||
return $font;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue