diff options
| -rw-r--r-- | docutils/docs/user/rst/quickstart.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docutils/docs/user/rst/quickstart.txt b/docutils/docs/user/rst/quickstart.txt index 735dcf512..95d97aeab 100644 --- a/docutils/docs/user/rst/quickstart.txt +++ b/docutils/docs/user/rst/quickstart.txt @@ -54,6 +54,7 @@ Results in: __ quickref.html#paragraphs + Text styles ----------- @@ -82,6 +83,7 @@ by enclosing it in double back-quotes (inline literals), like this:: __ quickref.html#escaping + Lists ----- @@ -193,6 +195,7 @@ after a blank line. paragraphs or body elements, indented relative to the term. Blank lines are not allowed between term and definition. + Preformatting (code samples) ---------------------------- (quickref__) @@ -239,6 +242,7 @@ Results in: This is preformatted text, and the last "::" paragraph is removed + Sections -------- |
