diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-01-08 15:24:05 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-01-08 15:24:05 +0000 |
| commit | 747eda556d17fe17cc6f6609989968a5b70bc379 (patch) | |
| tree | 31065241f768283b66d36d986cc1b807b68db7b2 /docutils/docs/dev | |
| parent | 2e61d46b801c10116da911ce43e6e3e0110092cc (diff) | |
| download | docutils-747eda556d17fe17cc6f6609989968a5b70bc379.tar.gz | |
Small fixes.
Avoid spurious blank lines in LaTeX output.
Update comments, trim whitespace.
Todo entry for minor parsing bug.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8602 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
| -rw-r--r-- | docutils/docs/dev/todo.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt index 60725f976..edaafe438 100644 --- a/docutils/docs/dev/todo.txt +++ b/docutils/docs/dev/todo.txt @@ -807,6 +807,12 @@ Also see the `... Or Not To Do?`__ list. __ rst/alternatives.html#or-not-to-do +Bugs +---- + +* A container directive with ``:class:`` option gets the spurious + class value "class". + Misc ---- |
