diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-08-15 21:17:12 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-08-15 21:17:12 +0000 |
| commit | 6caf1bfa1d37fd0cc573c54d85ce0957cef9e662 (patch) | |
| tree | 22280234fe5fa09031ebe03686d77430638e8f21 | |
| parent | 298b9b6a24008740aa968df4c0e628127c1d39ab (diff) | |
| download | docutils-6caf1bfa1d37fd0cc573c54d85ce0957cef9e662.tar.gz | |
added to-do list entry about block quotes
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3812 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
| -rw-r--r-- | docutils/docs/dev/todo.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt index 4edfe70bd..c9df96008 100644 --- a/docutils/docs/dev/todo.txt +++ b/docutils/docs/dev/todo.txt @@ -625,6 +625,17 @@ Also see the `... Or Not To Do?`__ list. __ rst/alternatives.html#or-not-to-do +* Allow multiple block quotes, only separated by attributions + (http://article.gmane.org/gmane.text.docutils.devel/2985), e.g.:: + + quote 1 + + ---Attrib 1 + + quote 2 + + ---Attrib 2 + * Change the specification so that more punctuation is allowed before/after inline markup start/end string (http://article.gmane.org/gmane.text.docutils.cvs/3824). |
