marko-js / markojs.com-legacy

Source code for markojs.com
http://markojs.com
MIT License
14 stars 13 forks source link

Add support for <markdown> and <code-block> tags #9

Closed philidem closed 8 years ago

philidem commented 8 years ago

For example:

<code-block lang="js">
function abc(x, y, z) {
    // do something
}
</code-block>

<markdown>
# Overview
This is the overview
## This is a section
Blah blah blah.
</markdown>
patrick-steele-idem commented 8 years ago

No longer applicable. Closing PR