- [X] Fix a few English typos in examples, - [X] Shorter list of examples for index.html, - Add a 'keepicon=y' option to ask strapdown.js to not replace the favicon while being loaded, - For the http://lbesson.bitbucket.org/md/example9.html page, add a favicon.ico file (in ..)
22 lines
881 B
HTML
22 lines
881 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.org/md/strapdown.min.js?src=example1"></script></body></html>
|