mirror of
https://github.com/python/cpython.git
synced 2025-07-25 20:24:11 +00:00
Define the \mailheader macro and document conventions for using it.
This commit is contained in:
parent
30cf118cf7
commit
7eac0cb04c
3 changed files with 14 additions and 0 deletions
|
@ -212,6 +212,8 @@ sub do_cmd_longprogramopt{
|
|||
return use_wrappers(@_[0], '<b class="programopt">---', '</b>'); }
|
||||
sub do_cmd_email{
|
||||
return use_wrappers(@_[0], '<span class="email">', '</span>'); }
|
||||
sub do_cmd_mailheader{
|
||||
return use_wrappers(@_[0], '<tt class="mimeheader">', '</tt>'); }
|
||||
sub do_cmd_mimetype{
|
||||
return use_wrappers(@_[0], '<span class="mimetype">', '</span>'); }
|
||||
sub do_cmd_var{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue