Caleb James DeLisle wrote:
I had just imagined an extension to the markdown
standard, not sure
exactly
how macros ought to be implemented... One possibility:
<?velocity({output: false})
$doc.getFullName()
?>
or
<?html({clean:false, wiki:false}) <div></div> ?>
Hey, that is
very "standard" in the sense of PHP-ish.
I like it but I am sure it can clash heavily somewhere.
Another proposal is here:
https://github.com/codingcoop/markdown-macros
More compact... thus less portable...
Paul