summaryrefslogtreecommitdiff
path: root/docutils/test/functional/input
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2009-08-12 12:30:53 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2009-08-12 12:30:53 +0000
commit9101463e47b0e69ab2b8206fb8d54e279d26ec2c (patch)
treea0a9322423061fd44d726121d5c4f9c0d46865f4 /docutils/test/functional/input
parente50347ad65ea30c8ec4a072736557e0861f0d12c (diff)
downloaddocutils-9101463e47b0e69ab2b8206fb8d54e279d26ec2c.tar.gz
more verbose sample text to ease visual comparison of conversion results
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6079 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input')
-rw-r--r--docutils/test/functional/input/data/standard.txt15
1 files changed, 13 insertions, 2 deletions
diff --git a/docutils/test/functional/input/data/standard.txt b/docutils/test/functional/input/data/standard.txt
index cb4c9d177..02e77ad48 100644
--- a/docutils/test/functional/input/data/standard.txt
+++ b/docutils/test/functional/input/data/standard.txt
@@ -595,6 +595,8 @@ Admonitions
Topics, Sidebars, and Rubrics
`````````````````````````````
+*Sidebars* are like miniature, parallel documents.
+
.. sidebar:: Sidebar Title
:subtitle: Optional Subtitle
@@ -603,15 +605,24 @@ Topics, Sidebars, and Rubrics
.. rubric:: This is a rubric inside a sidebar
- Sidebars often appears beside the main text with a border and
- background color.
+ Sidebars often appear beside the main text with a border and a different
+ background or font color.
+
+A *topic* is like a block quote with a title, or a self-contained section
+with no subsections.
.. topic:: Topic Title
This is a topic.
+A *rubric* is like an informal heading that doesn't correspond to the
+document's structure. It is typically highlighted in red (hence the name).
+
.. rubric:: This is a rubric
+Topics and rubrics can be used at places where a `section title`_ is not
+allowed (e.g. inside a directive).
+
Target Footnotes
````````````````