Hi, is there any reason why we chose Redcarpet over kramdown as Markdown engine for our Website/Documentation? I'm rewriting the Programming Guide to cover both Java and Scala using Tabs to switch the language. (Similar to this: https://spark.apache.org/docs/latest/programming-guide.html) The problem is now that Redcarpet does not support Markdown inside Block-level elements. I need this because the Code-Specific portions of the guide must be in a <div>. Kramdown, for example supports Markdown inside divs.
Cheers, Aljoscha
