forked from Naereen/StrapDown.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example1.html
21 lines (15 loc) · 881 Bytes
/
example1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!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.org/md/strapdown.min.js?src=example1"></script></body></html>