summaryrefslogtreecommitdiff
path: root/docutils/docs/user/rst
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-10-28 16:12:56 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-10-28 16:12:56 +0000
commit7242f682e21dc0c672589f72a3d8d4ba3b0ad7d4 (patch)
tree3e5c1f48144c155c5f37a066e92eda7ee0183af1 /docutils/docs/user/rst
parentf25fa238d5e887a56b9825fb2f50b22fe95034b2 (diff)
downloaddocutils-7242f682e21dc0c672589f72a3d8d4ba3b0ad7d4.tar.gz
added the "container" element & directive, a generic container
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3963 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/user/rst')
-rw-r--r--docutils/docs/user/rst/cheatsheet.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docutils/docs/user/rst/cheatsheet.txt b/docutils/docs/user/rst/cheatsheet.txt
index 2142d9ce0..3a2a488d1 100644
--- a/docutils/docs/user/rst/cheatsheet.txt
+++ b/docutils/docs/user/rst/cheatsheet.txt
@@ -86,6 +86,7 @@ epigraph Block quote with class="epigraph"
highlights Block quote with class="highlights"
pull-quote Block quote with class="pull-quote"
compound Compound paragraphs [0.3.6]
+container Generic block-level container element [0.3.10]
table Create a titled table [0.3.1]
list-table Create a table from a uniform two-level bullet list [0.3.8]
csv-table Create a table from CSV data (requires Python 2.3+) [0.3.4]