diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-01-23 01:13:55 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-01-23 01:13:55 +0000 |
| commit | 9a20e433ce7839cf6facb751831fa9a0cbdf14c1 (patch) | |
| tree | 67a20ab00d80a2209f20d66590bb03e4429da22b /docs/user/rst | |
| parent | e8235553ebb1b9b5e3bd9f86feb07ed8bb23ccaa (diff) | |
| download | docutils-9a20e433ce7839cf6facb751831fa9a0cbdf14c1.tar.gz | |
added mention of empty comments
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4321 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/user/rst')
| -rw-r--r-- | docs/user/rst/cheatsheet.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/user/rst/cheatsheet.txt b/docs/user/rst/cheatsheet.txt index dfea5bcb7..1ef0788d5 100644 --- a/docs/user/rst/cheatsheet.txt +++ b/docs/user/rst/cheatsheet.txt @@ -56,6 +56,8 @@ Anonymous Target __ http://docutils.sf.net/docs/ref/rst/restructuredtext.html Directive ("::") .. image:: images/biohazard.png Substitution Def .. |substitution| replace:: like an inline directive Comment .. is anything else +Empty Comment (".." on a line by itself, with blank lines before & after, + used to separate indentation contexts) ================ ============================================================ Inline Markup |
