Hi- I've been working with 5.1, and it works great for me. It fixes an old problem about images embedded inline with
in HTML output.
Here's a crazy feature request... A new command @span.
@span{classname, text}
For HTML output only, it would expand to
<span class="classname">text</span>
For everything else, it would expand to just the text.
This would allow me to do fun tricks via CSS3 without
compromising the intentional formatting language concept.
WDYT?
-Mike
