diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-01-04 17:39:13 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-01-04 17:39:13 +0000 |
| commit | c70972d23f896d06a5a6f7c4f8df1b873b9c7d30 (patch) | |
| tree | f2e6d763ea6b6486f35d9bc2a1402fd0fe1d9f18 /docs/ref/docutils.dtd | |
| parent | 3ce495472c49d49af779706a5849bd8d1997a0fa (diff) | |
| download | docutils-c70972d23f896d06a5a6f7c4f8df1b873b9c7d30.tar.gz | |
support for body-level reference nodes
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@1792 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/ref/docutils.dtd')
| -rw-r--r-- | docs/ref/docutils.dtd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/docutils.dtd b/docs/ref/docutils.dtd index dc58a9739..7add492f3 100644 --- a/docs/ref/docutils.dtd +++ b/docs/ref/docutils.dtd @@ -121,7 +121,7 @@ resolve to either an internal or external reference. | option_list | attention | caution | danger | error | hint | important | note | tip | warning | admonition - | target | substitution_definition | comment | pending + | reference | target | substitution_definition | comment | pending | system_message | raw %additional.body.elements; "> @@ -512,6 +512,7 @@ following caveats: <!ELEMENT literal (#PCDATA)> <!ATTLIST literal %basic.atts;> +<!-- Can also be a body element, when it contains an "image" element. --> <!ELEMENT reference %text.model;> <!ATTLIST reference %basic.atts; |
