diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-12-28 23:48:48 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-12-28 23:48:48 +0000 |
| commit | a4dc6c54aafa689141243e1e837dc2bc3b236939 (patch) | |
| tree | c4c6ea7309df89b448703233339ac003d112d150 /docs | |
| parent | fd5c42c0f1b05949777718b6d033af521c5f3e70 (diff) | |
| download | docutils-a4dc6c54aafa689141243e1e837dc2bc3b236939.tar.gz | |
Fixed bug with circular substitution definitions that put Docutils into an infinite loop. Circular substitution definitions are now detected & reported.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4233 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/rst/restructuredtext.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/rst/restructuredtext.txt b/docs/ref/rst/restructuredtext.txt index e0cee6031..1445619b3 100644 --- a/docs/ref/rst/restructuredtext.txt +++ b/docs/ref/rst/restructuredtext.txt @@ -2027,7 +2027,7 @@ Substitution definitions are indicated by an explicit markup start vertical bar, whitespace, and the definition block. Substitution text may not begin or end with whitespace. A substitution definition block contains an embedded inline-compatible directive (without the leading -".. "), such as an image_. For example:: +".. "), such as "image_" or "replace_". For example:: The |biohazard| symbol must be used on containers used to dispose of medical waste. |
