1. Why not include line breaks in Markmin? This question was asked
before, and this was the proposed solution from the last time. However,
this is fine as a workaround but requires more code. Line breaks may be
required for all kinds of reasons.
MARKMIN(text, extra={'space':lambda code: '<br style="height:%s"/>' %xmlescape
(code)})
``50px``:space
2. I seem to recall that there was a proposal to display '<HR>'? Has that
been done, or in the pipeline? I could not find it.
3. Classes and ids:
>>> MARKMIN('``...``:class[id]').xml()
'<code class="class" id="markmin_id">...</code>'
The above syntax is just for 'code' or 'table' ?
For,example, can I produce <p class="class"> or <span class="class"
id="id">?
4. BTW I notice that LI tags do not currently show bullets, but this is
just the CSS.
--