mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Use more appropriate terminology for emphasized text
This commit is contained in:
parent
bfd3b51435
commit
d6cb2d0c38
@ -184,7 +184,8 @@ Modify the file like follows:
|
|||||||
This showcases several features of the reStructuredText syntax, including:
|
This showcases several features of the reStructuredText syntax, including:
|
||||||
|
|
||||||
- a **section header** using ``===`` for the underline,
|
- a **section header** using ``===`` for the underline,
|
||||||
- two examples of **inline markup**: ``**bold**`` and ``*italics*``,
|
- two examples of **inline markup**: ``**strong emphasis**`` (typically bold)
|
||||||
|
and ``*emphasis*`` (typically italics),
|
||||||
- an **inline external link**,
|
- an **inline external link**,
|
||||||
- and a ``note`` **admonition**.
|
- and a ``note`` **admonition**.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user