diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-10-28 16:12:56 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-10-28 16:12:56 +0000 |
| commit | 7242f682e21dc0c672589f72a3d8d4ba3b0ad7d4 (patch) | |
| tree | 3e5c1f48144c155c5f37a066e92eda7ee0183af1 /docutils/docs/user/rst | |
| parent | f25fa238d5e887a56b9825fb2f50b22fe95034b2 (diff) | |
| download | docutils-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.txt | 1 |
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] |
