Use more appropriate terminology for emphasized text

This commit is contained in:
Juan Luis Cano Rodríguez 2021-05-29 13:22:36 +02:00
parent bfd3b51435
commit d6cb2d0c38

View File

@ -184,7 +184,8 @@ Modify the file like follows:
This showcases several features of the reStructuredText syntax, including:
- 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**,
- and a ``note`` **admonition**.