diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-09-07 02:28:17 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-09-07 02:28:17 +0000 |
| commit | 457cedb4121fb79d8e518cba15fe2a48d6a81427 (patch) | |
| tree | d7a81039618a34166338410a8e66da4cb8f4fa5f /docs/user/rst/quickref.html | |
| parent | 8d99e24bdb9eeee509fb25513a0d88f7ac03dd57 (diff) | |
| download | docutils-457cedb4121fb79d8e518cba15fe2a48d6a81427.tar.gz | |
Added an admonition against using field lists arbitrarily.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@641 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/user/rst/quickref.html')
| -rw-r--r-- | docs/user/rst/quickref.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/user/rst/quickref.html b/docs/user/rst/quickref.html index b03e11b8b..855d8ef84 100644 --- a/docs/user/rst/quickref.html +++ b/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>Version 0.10a of 2002-09-04</em> + <br align="right"><em>Version 0.11 of 2002-09-06</em> <p>The full details of the markup may be found on the @@ -446,6 +446,13 @@ </table> </table> + <p>Field lists are used as part of an extension syntax, such as + options for <a href="#directives">directives</a>, or database-like + records meant for further processing. Field lists should only be + used when and where application code specifically expects them; + they should <em>not</em> be used as arbitrary constructs in + documents. + <h2><a href="#contents" name="option-lists" class="backref" >Option Lists</a></h2> |
