From 53c78a2858b54984a37fc5788ad5105f669cf4df Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Mon, 5 Jul 2021 18:12:04 +0100 Subject: [PATCH] Add an example of blockquoted content --- docs/reference/text-formatting.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/reference/text-formatting.md b/docs/reference/text-formatting.md index 92279b88f..762a52c58 100644 --- a/docs/reference/text-formatting.md +++ b/docs/reference/text-formatting.md @@ -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). @@ -23,6 +25,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 (4 or more punctuation characters on a line). @@ -30,5 +34,4 @@ horizontal separator can be used (4 or more punctuation characters on a line). ---- This is written in reStructuredText. - ```