3 Mar 2006 10:28
nested lists syntax
martin f krafft <madduck <at> madduck.net>
2006-03-03 09:28:19 GMT
2006-03-03 09:28:19 GMT
I can write lists without empty lines between items:
* A
* B
* C
However, if I nest a list, I have to keep an empty line before and
after:
* A
* B
- 1
- 2
* C
If I do not do that, the rst2html script produces e.g. "<li>B
- 1 - 2</li>". That is: it does not recognise the nested list as
a list.
Is there a reason this is required? Would it be difficult to extend
the parser to work with compact lists too?
--
--
martin; (greetings from the heart of the sun.)
\____ echo mailto: !#^."<*>"|tr "<*> mailto:" net <at> madduck
invalid/expired pgp (sub)keys? use subkeys.pgp.net as keyserver!
spamtraps: madduck.bogus <at> madduck.net
(Continue reading)
RSS Feed