diff --git a/README.html b/README.html index fff56cd..a944b56 100644 --- a/README.html +++ b/README.html @@ -7,6 +7,37 @@ More details on [http://lbesson.bitbucket.org/md/index.html](http://lbesson.bitb ---- +## Examples +### Here is a first demo: +![First demo](demo1.png "First lines of the index.html page") + +---- + +### [This page](http://lbesson.bitbucket.org/md/index.html) explains how to use StrapDown.js: +![Second demo](demo2.png "Demo of the demo!") + +---- + +### There is also many [different themes](https://github.com/Naereen/StrapDown.js/tree/master/themes/): +![Third demo](demo3.png "Small example with the Cyborg theme") + +---- + +### StrapDown.js supports [MathJax](https://www.mathjax.org/), and it's really easy to use! +![Forth demo](demo4.png "First lines of the index.html page") + +---- + +### StrapDown.js also supports [MarkDown tables](https://help.github.com/articles/github-flavored-markdown/#tables): +![Fifth demo](demo5.png "First lines of the index.html page") + +---- + +### And as any web-based document, a StrapDown.js powered HTML page can include any Javascript script, like this example which shows a research bar for a table: +![Sixth demo](demo6.png "First lines of the index.html page") + +---- + # About ### Hacked by [Lilian Besson](https://github.com/Naereen) (Naereen). diff --git a/README.md b/README.md index 26f987c..7edaf80 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,37 @@ More details on [http://lbesson.bitbucket.org/md/index.html](http://lbesson.bitb ---- +## Examples +### Here is a first demo: +![First demo](demo1.png "First lines of the index.html page") + +---- + +### [This page](http://lbesson.bitbucket.org/md/index.html) explains how to use StrapDown.js: +![Second demo](demo2.png "Demo of the demo!") + +---- + +### There is also many [different themes](https://github.com/Naereen/StrapDown.js/tree/master/themes/): +![Third demo](demo3.png "Small example with the Cyborg theme") + +---- + +### StrapDown.js supports [MathJax](https://www.mathjax.org/), and it's really easy to use! +![Forth demo](demo4.png "First lines of the index.html page") + +---- + +### StrapDown.js also supports [MarkDown tables](https://help.github.com/articles/github-flavored-markdown/#tables): +![Fifth demo](demo5.png "First lines of the index.html page") + +---- + +### And as any web-based document, a StrapDown.js powered HTML page can include any Javascript script, like this example which shows a research bar for a table: +![Sixth demo](demo6.png "First lines of the index.html page") + +---- + # About ### Hacked by [Lilian Besson](https://github.com/Naereen) (Naereen). diff --git a/demo1.png b/demo1.png new file mode 100644 index 0000000..00d8507 Binary files /dev/null and b/demo1.png differ diff --git a/demo2.png b/demo2.png new file mode 100644 index 0000000..9ceb4a9 Binary files /dev/null and b/demo2.png differ diff --git a/demo3.png b/demo3.png new file mode 100644 index 0000000..507d8cd Binary files /dev/null and b/demo3.png differ diff --git a/demo4.png b/demo4.png new file mode 100644 index 0000000..f2d42f7 Binary files /dev/null and b/demo4.png differ diff --git a/demo5.png b/demo5.png new file mode 100644 index 0000000..b30ac0c Binary files /dev/null and b/demo5.png differ diff --git a/demo6.png b/demo6.png new file mode 100644 index 0000000..785ddfb Binary files /dev/null and b/demo6.png differ