From: Yuri T. <qar...@gm...> - 2009-01-02 15:42:01
|
> For additional perfection, I'd like to tag the attribution line in front > of a quote block with some special class so that I can CSS it up to look > like an attribution instead of a random paragraph (i.e. italics, and no > excessive whitespace between the two). But I'll download version 2 > before thinking further about that. We try to stick close to standard markdown by default, and this wouldn't be the standard markdown behavior. However, what you want to do could be easily done with an extension. You should have a look at the (new) extension API. The purpose of the extension API is precisely to allow people to customize markdown while the core markdown can stay compliant with other implementations. (Sorry about the slow response - I was traveling.) - yuri -- http://sputnik.freewisdom.org/ |