diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-09-19 00:38:22 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-09-19 00:38:22 +0000 |
| commit | 36cda6658bb89fb8b0e1587e169394c73d4e8c71 (patch) | |
| tree | 3b6bdc9089125561dd3a06093e531cdd693e61d9 /docutils/docs/user/rst/quickref.html | |
| parent | 0edd50261559f28dea7280f68b03722efef0bd9a (diff) | |
| download | docutils-36cda6658bb89fb8b0e1587e169394c73d4e8c71.tar.gz | |
Removed the 4-character minimum for section title underlines.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@688 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/user/rst/quickref.html')
| -rw-r--r-- | docutils/docs/user/rst/quickref.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docutils/docs/user/rst/quickref.html b/docutils/docs/user/rst/quickref.html index 4005b9fd3..2cea6caed 100644 --- a/docutils/docs/user/rst/quickref.html +++ b/docutils/docs/user/rst/quickref.html @@ -24,7 +24,7 @@ <p align="right"><em><a href="http://docutils.sourceforge.net/docs/rst/quickref.html" >http://docutils.sourceforge.net/docs/rst/quickref.html</a></em> <br align="right"><em>Being a cheat-sheet for reStructuredText</em> - <br align="right"><em>Updated 2002-09-11</em> + <br align="right"><em>Updated 2002-09-18</em> <p>The full details of the markup may be found on the @@ -260,8 +260,7 @@ <br><samp>character. Recommended choices</samp> <br><samp>are "``= - ` : ' " ~ ^ _ * + # < >``".</samp> <br><samp>The underline/overline must be at</samp> -<br><samp>least as long as the title text,</samp> -<br><samp>and a minumum of 4 characters long.</samp> +<br><samp>least as long as the title text.</samp> <td> <font size="+2"><strong>Title</strong></font> @@ -272,8 +271,7 @@ character. Recommended choices are "<samp>= - ` : ' " ~ ^ _ * + # < ></samp>". The underline/overline must be at - least as long as the title text, - and a minumum of 4 characters long. + least as long as the title text. </table> <h2><a href="#contents" name="paragraphs" class="backref" |
