# 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
(function(d) {
var pre = document.body.firstChild
, src = pre.innerHTML
pre.outerHTML = marked(src)
})(document)