Styling Markdown approaches
Aristotle Pagaltzis
pagaltzis at gmx.de
Thu May 2 13:28:56 EDT 2013
* Sherwood Botsford <sgbotsford at gmail.com> [2013-04-20 16:20]:
> It's actually worse than that, because for me MMD is actually a module
> in Template Toolkit. So my information is MD markup wrapped in
> a preface and epilog of template toolkit.
[% FILTER replace('<[^/>][^>]*\K>', ' markdown="1">') # Perl 5.10+ required for \K %]
<div>
*Hooray!!*
</div>
[% END %]
More information about the Markdown-Discuss
mailing list