arturadib / strapdown

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

<html> tag is superfluous #89

Open chris-morgan opened 6 years ago

chris-morgan commented 6 years ago

The template shown at http://strapdownjs.com/ has superfluous <html> tag wrapping it. If you’re going to omit the <head> and <body>, you might as well omit <html> as well—it’s quite legal.

The template can then be:

<!doctype html>
<title>Hello Strapdown</title>
<xmp theme="united" style="display:none;">
…
</xmp>
<script src="http://strapdownjs.com/v/0.2/strapdown.js"></script>