Skip to content

Commit

Permalink
Add an example of blockquoted content
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Jul 5, 2021
1 parent fe00883 commit 53c78a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/reference/text-formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Content can have inline markup like *emphasis*, **strong emphasis**,
Providing a reference to {pep}`8` is straightforward. You can also include
abbreviations like {abbr}`HTML (Hyper Text Markup Language)`.
> This is blockquoted text.
It is possible to have multiple paragraphs of text, which get separated
from each other visually. When stronger visual separation is desired, a
horizontal separator can be used (3 or more punctuation characters on a line).
Expand All @@ -23,12 +25,13 @@ Content can have inline markup like *emphasis*, **strong emphasis**,
Providing a reference to :pep:`8` is straightforward. You can also include
abbreviations like :abbr:`HTML (Hyper Text Markup Language)`.
This is blockquoted text.
It is possible to have multiple paragraphs of text, which get separated
from each other visually. When stronger visual separation is desired, a
horizontal separator can be used (4 or more punctuation characters on a line).
----
This is written in reStructuredText.
```

0 comments on commit 53c78a2

Please sign in to comment.