diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-03-26 16:19:01 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-03-26 16:19:01 +0000 |
| commit | afbe093a2c1cd7235f78b9209add4155b22501b1 (patch) | |
| tree | 45d68d227be2ecae344bcad6e3cd5185a6cfce30 /docutils/BUGS.txt | |
| parent | 46909fe0a13b5ae1a97e58c56a32153adda76202 (diff) | |
| download | docutils-multiple-ids.tar.gz | |
updated documentation, renaming id to ids and name to namesmultiple-ids
git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3128 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/BUGS.txt')
| -rw-r--r-- | docutils/BUGS.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/docutils/BUGS.txt b/docutils/BUGS.txt index b1e6dbb5c..2f036d24b 100644 --- a/docutils/BUGS.txt +++ b/docutils/BUGS.txt @@ -189,34 +189,34 @@ Also see the `SourceForge Bug Tracker`_. > EOF <document source="<stdin>"> <paragraph> - ref - <footnote_reference auto="1" id="id1" refid="abc"> + ref + <footnote_reference auto="1" ids="id1" refid="abc"> 2 - - <footnote_reference auto="1" id="id2" refid="id5"> + + <footnote_reference auto="1" ids="id2" refid="id5"> 3 - - <footnote_reference id="id3" refid="id6"> + + <footnote_reference ids="id3" refid="id6"> 1 - - <footnote_reference auto="1" id="id4" refid="id7"> + + <footnote_reference auto="1" ids="id4" refid="id7"> 5 - <footnote auto="1" backrefs="id1" id="abc" name="abc"> + <footnote auto="1" backrefs="id1" ids="abc" names="abc"> <label> 2 <paragraph> footnote - <footnote auto="1" backrefs="id2" id="id5" name="3"> + <footnote auto="1" backrefs="id2" ids="id5" names="3"> <label> 3 <paragraph> two - <footnote backrefs="id3" id="id6" name="1"> + <footnote backrefs="id3" ids="id6" names="1"> <label> 1 <paragraph> one - <footnote auto="1" backrefs="id4" id="id7" name="4"> + <footnote auto="1" backrefs="id4" ids="id7" names="4"> <label> 5 <paragraph> |
