diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-02-24 01:51:39 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-02-24 01:51:39 +0000 |
| commit | 938aeb2a9de0dadaa21565eeb194c38502293ffd (patch) | |
| tree | 6cb93654d9414777c64e2f6e9157a790ea4b41f6 /docs/dev | |
| parent | d081e00e070aee11ffb7443f4ee50f609c464f1d (diff) | |
| download | docutils-938aeb2a9de0dadaa21565eeb194c38502293ffd.tar.gz | |
added to-do list entry about list compacting
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4340 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/todo.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/dev/todo.txt b/docs/dev/todo.txt index 56eba534a..9c0f22f83 100644 --- a/docs/dev/todo.txt +++ b/docs/dev/todo.txt @@ -1617,6 +1617,12 @@ Unimplemented Transforms HTML Writer =========== +* Make the _`list compacting` logic more generic: For example, allow + for literal blocks or line blocks inside of compact list items. + + This is not implementable as long as list compacting is done by + omitting ``<p>`` tags. + * Add support for _`multiple stylesheets`. See <http://thread.gmane.org/gmane.text.docutils.cvs/4336>. |
