mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
[texinfo] Change formatting of @strong
and @emph
in Info output.
Using strong or emphasis to markup parameter names is quite common and the default formatting for *strong* and _emph_ often creates confusing output. They are now formatted like `literals'.
This commit is contained in:
parent
9d5aa79078
commit
5078d81755
@ -46,6 +46,8 @@ TEMPLATE = """\
|
||||
@exampleindent %(exampleindent)s
|
||||
@finalout
|
||||
%(direntry)s
|
||||
@definfoenclose strong,`,'
|
||||
@definfoenclose emph,`,'
|
||||
@c %%**end of header
|
||||
|
||||
@copying
|
||||
|
Loading…
Reference in New Issue
Block a user