xxxxxxxxxx
<pre>
# Just Markdown, Yo.
So, I wanted to try to write the simplest webpage possible, [Max Ogden][1]
[style][3]. If you have JavaScript, you get something pretty. If not, then you
see [Markdown][2] text, which is fine too.
Another paragraph, just for fun.
[1]: https://maxogden.com
[2]: https://daringfireball.net/projects/markdown/
[3]: https://callbackhell.com
## Some meta stuffs
<pre>
(function(d) {
var pre = document.body.firstChild
, src = pre.innerHTML
pre.outerHTML = marked(src)
})(document)
</pre>
</pre>
<link rel="stylesheet" href="https://raw.github.com/orderedlist/modernist/master/stylesheets/styles.css" />
<script src="https://cdn.jsdelivr.net/gh/chjj/marked/lib/marked.js"></script>
<script>
(function(d) {
var pre = document.body.firstChild
, src = pre.innerHTML
pre.outerHTML = '<div class="wrapper"><section>' + marked(src) + '</section></div>'
})(document)
</script>
Updated missing url https://raw.github.com/chjj/marked/master/lib/marked.js to https://cdn.jsdelivr.net/gh/chjj/marked/lib/marked.js
https://raw.github.com/chjj/marked/master/lib/marked.js