Files
StrapDown.js/example1.html

22 lines
880 B
HTML

<!DOCTYPE html><html><head><meta charset="utf-8"/><title>« My first test with StrapDown.js »</title></head><body><xmp theme="cyborg">
# This is a Markdown document
You can now write your web page in Markdown.
You opened a `textarea` tag, but a `xmp` tag works as well.
And, yes, it is **as simple** as **one** HTML line at the beginning and **one** HTML line at the end of this document.
# This second example supports UTF-8 input
Yes, that's cool.
Did you know that [Næreen](http://gravatar.com/naereen) is originally an Iranian name ?
---
<ul class="pager">
<li class="previous"><a href="example0.html">← Previous example</a></li>
<li><a href="index.html">Index</a></li>
<li class="next"><a href="example2.html">Next example →</a></li>
</ul>
</xmp><script type="text/javascript" src="//lbesson.bitbucket.io/md/strapdown.min.js?src=example1"></script></body></html>