It would be nice if one could use backticks as in (github flavored) MarkDown as a shortcut for inserting code. We already have single backticks (as alias for <C>foo</C>), but it would be nice to also have triple backticks, as alias for
<Listing><![CDATA[
...
]]></Listing>
Of course the devil is in the details, parsing those leave all kinds of corner cases... Still, would be highly useful, IMHO.
It would be nice if one could use backticks as in (github flavored) MarkDown as a shortcut for inserting code. We already have single backticks (as alias for
<C>foo</C>), but it would be nice to also have triple backticks, as alias forOf course the devil is in the details, parsing those leave all kinds of corner cases... Still, would be highly useful, IMHO.