My coderay + kramdown markup is really heavy/cumbersome. Is there a better way?
Here's an example: # heading <div markdown="block"> ## sub-heading </div> <r:code language="terminal"> code-goes-here </r:code> Ideally I could just write: # heading ## sub-heading $ code-goes-here $ (using '$' to endicate start/end coderay blocks) Any advice/guidance on how to best simplify the markup? On Dec 13 2010, 7:01 am, john muhl <[email protected]> wrote: > On Mon, Dec 13, 2010 at 8:56 AM, Fima Leshinsky <[email protected]> wrote: > > Looks likecoderayis working well. I installed: > >coderaygem + radiant extension @ https://github.com/phallstrom/code_ray > > and now I can specify <r:code> blocks! > > not sure what the benefits are of kramdown over the existing Markdown > > radiant filter that comes with the "Coffee blog" template. If you guys can > > shed some light on why kramdown is a better option I'd appreciate it. > > it's not better. it's the same but with kramdown specific options enabled.
