summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-07-07 16:14:12 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-07-07 16:14:12 +0000
commit42c9a974231e694352912ac802d742df709773fd (patch)
tree908ebdb9ade301a9309034f83cf4d158404e8d11
parent062dacbd09a650b0a2a2bc4a47c1dc5b98e4c491 (diff)
downloaddocutils-todo@3675.tar.gz
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docs/dev@3667 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--todo.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index b4f1c962f..ec1f8c38a 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1299,6 +1299,8 @@ when used in a document.
The ideas in `adaptable file extensions`_ above may also be
applicable here.
+ SVG's "switch" statement may provide inspiration.
+
Here's an example of a directive that could produce multiple
outputs (*both* raw troff pass-through *and* a GIF, for example)
and allow the Writer to select. ::