Kaydet (Commit) 7388f730 authored tarafından 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.
üst 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