Created
January 20, 2017 20:30
-
-
Save meoso/9155cf8d0258145da89d79bf4eee399b to your computer and use it in GitHub Desktop.
Strapdown-Zeta template via https://github.com/chaitin/strapdown-zeta | Simplest flat markdown renderer with TOC ; Gravizo compatible
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> <html> <title>Page Title</title> <meta charset="utf-8"> | |
<xmp theme="flatly" style="display:none;" src="somefile.md" toc="true"> | |
Markdown content | |
=== | |
 | |
</xmp> <script src="http://cdn.ztx.io/strapdown/strapdown.min.js"></script> </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment