Commit 7388f730 authored by Fred Drake's avatar Fred Drake

Support constant as a font name for the first column of a table using the

tableii & friends markup family.
parent eceebb87
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment