1 Jan 2009 23:46
listing pros and cons
Guenter Milde <milde <at> users.berlios.de>
2009-01-01 22:46:11 GMT
2009-01-01 22:46:11 GMT
Dear docutils useres, what is the most elegant way to compile a list of (dis-) advantages with rst? itemize: + concise + clear source - shows only dots in output option list: +1 concise +1 clear source -2 does not work reliably (needs number) -1 less straightforward -2 "abusing" special list type line block: | + works reliably, correct output | + list items not aligned (+ wider than -) | - rating "hidden" in source | - no semantic markup (generic block for special list type) field list: :+: aligned markers and items :-: "ugly" source :-: colon in output Any other?(Continue reading)
RSS Feed