arturadib / strapdown

Instant and elegant Markdown documents in the browser
http://strapdownjs.com
MIT License
2.48k stars 410 forks source link

Crashes when no <title> element present. #6

Closed godDLL closed 12 years ago

godDLL commented 12 years ago

If I do this:

<xmp theme='superhero'>hello</xmp>
<script src='…'></script>

It bwargles itself on the missing title element, no output is shown.