- Notifications
You must be signed in to change notification settings - Fork 404
Open
Description
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>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels