Typo, and add the example #8 on README.md
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
1. *Directly write your documents in Markdown*, and let the browser do the boring *compilation* steps,
|
||||
2. no need for CSS, theming or painful styling: *StrapDown.js* is already *friggin' beautiful*, and *responsive*,
|
||||
3. *quick* and *secure*, thanks to *GitHub* and their great SSL support. Note : You can also use [https://cdn.rawgit.com/Naereen/StrapDown.js/master/strapdown.min.js](https://cdn.rawgit.com/Naereen/StrapDown.js/master/strapdown.min.js) to load the script from a quick and secure (HTTPS-aware) CDN.
|
||||
4. comes with many examples: <a href="example1.html" title="Example 1">first</a>, <a href="example2.html" title="Example 2">second</a>, <a href="example3.html" title="Example 3">third</a>, <a href="example4.html" title="Example 4">4th</a>, <a href="example5.html" title="Example 5">5th</a>, <a href="example6.html" title="Example 6">6th</a>, <a href="example7.html" title="Example 7">7th</a>...
|
||||
4. comes with many examples: <a href="example1.html" title="Example 1">first</a>, <a href="example2.html" title="Example 2">second</a>, <a href="example3.html" title="Example 3">third</a>, <a href="example4.html" title="Example 4">4th</a>, <a href="example5.html" title="Example 5">5th</a>, <a href="example6.html" title="Example 6">6th</a>, <a href="example7.html" title="Example 7">7th</a>, <a href="example8.html" title="Example 8">8th</a>...
|
||||
5. an almost perfect support for *text-only* browsers (as w3m, links, or elinks): *pure Markdown* is simpler to read than complicated HTML full of javascript, images (or worse),
|
||||
6. no external dependencies other than itself (and [MathJax](http://www.mathjax.org/) if you want to include it),
|
||||
7. no spying, no logging, no external leaking of your pages (and [Google Analytics with a 1px beacon image](http://perso.crans.org/besson/beacon.html) can be included with an option,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
1. *Directly write your documents in Markdown*, and let the browser do the boring *compilation* steps,
|
||||
2. no need for CSS, theming or painful styling: *StrapDown.js* is already *friggin' beautiful*, and *responsive*,
|
||||
3. *quick* and *secure*, thanks to *GitHub* and their great SSL support. Note : You can also use [https://cdn.rawgit.com/Naereen/StrapDown.js/master/strapdown.min.js](https://cdn.rawgit.com/Naereen/StrapDown.js/master/strapdown.min.js) to load the script from a quick and secure (HTTPS-aware) CDN.
|
||||
4. comes with many examples: <a href="example1.html" title="Example 1">first</a>, <a href="example2.html" title="Example 2">second</a>, <a href="example3.html" title="Example 3">third</a>, <a href="example4.html" title="Example 4">4th</a>, <a href="example5.html" title="Example 5">5th</a>, <a href="example6.html" title="Example 6">6th</a>, <a href="example7.html" title="Example 7">7th</a>...
|
||||
4. comes with many examples: <a href="example1.html" title="Example 1">first</a>, <a href="example2.html" title="Example 2">second</a>, <a href="example3.html" title="Example 3">third</a>, <a href="example4.html" title="Example 4">4th</a>, <a href="example5.html" title="Example 5">5th</a>, <a href="example6.html" title="Example 6">6th</a>, <a href="example7.html" title="Example 7">7th</a>, <a href="example8.html" title="Example 8">8th</a>...
|
||||
5. an almost perfect support for *text-only* browsers (as w3m, links, or elinks): *pure Markdown* is simpler to read than complicated HTML full of javascript, images (or worse),
|
||||
6. no external dependencies other than itself (and [MathJax](http://www.mathjax.org/) if you want to include it),
|
||||
7. no spying, no logging, no external leaking of your pages (and [Google Analytics with a 1px beacon image](http://perso.crans.org/besson/beacon.html) can be included with an option,
|
||||
|
@@ -29,8 +29,8 @@ Alright, here comes the mighty Cthulhu 
|
||||
|
||||
## Add anything you want, it *might* work
|
||||
For instance, you can add use Google Analytics to monitor the page's activity,
|
||||
with including a piece of Javascript code, before *or* after closing the *textarea* tag.
|
||||
For instance, you can add Google Analytics to monitor the page's activity,
|
||||
by including a piece of Javascript code, before *or* after closing the *textarea* tag.
|
||||
|
||||
<script type="text/javascript">
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
|
BIN
example2.pdf
BIN
example2.pdf
Binary file not shown.
@@ -37,8 +37,8 @@ Alright, here comes the mighty Cthulhu 
|
||||
|
||||
## Add anything you want, it *might* work
|
||||
For instance, you can add use Google Analytics to monitor the page's activity,
|
||||
with including a piece of Javascript code, before *or* after closing the *textarea* tag.
|
||||
For instance, you can add Google Analytics to monitor the page's activity,
|
||||
by including a piece of Javascript code, before *or* after closing the *textarea* tag.
|
||||
|
||||
<script type="text/javascript">
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
@@ -48,7 +48,7 @@ with including a piece of Javascript code, before *or* after closing the *textar
|
||||
ga('create','UA-38514290-14','lbesson.bitbucket.org'); ga('send','pageview');
|
||||
</script>
|
||||
<noscript>
|
||||
The previous perso.crans.org/besson was supposed to include Google Analytics web monitoring tool,
|
||||
The previous paragraph was supposed to include Google Analytics web monitoring tool,
|
||||
but hey, you are browsing without JavaScript enabled, what can I do for it ? <br/>
|
||||
Maybe you are using a text-only browser (w3m, links, elinks ? I love elinks !),
|
||||
or a 19th-century IE, or maybe you disabled JavaScript globally (which is kinda stupid) or site-by-site (with NoScript, as I do, which is brilliant, and safer).
|
||||
|
BIN
example8.pdf
BIN
example8.pdf
Binary file not shown.
Reference in New Issue
Block a user