diff --git a/example0.pdf b/example0.pdf
index 2c92ea2..0475c4e 100644
Binary files a/example0.pdf and b/example0.pdf differ
diff --git a/example1.html b/example1.html
index 511e94f..6492721 100644
--- a/example1.html
+++ b/example1.html
@@ -8,7 +8,7 @@ And, yes, it is **as simple** as **one** HTML line at the beginning and **one**
# 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 ?
+Did you know that [Næreen](http://gravatar.com/naereen) is originally an Iranian name ?
---
diff --git a/example1.pdf b/example1.pdf
index 00d408e..cfee2ef 100644
Binary files a/example1.pdf and b/example1.pdf differ
diff --git a/example2.pdf b/example2.pdf
index 75dc2eb..887ec1d 100644
Binary files a/example2.pdf and b/example2.pdf differ
diff --git a/example3.html b/example3.html
index b534749..f78cdb7 100644
--- a/example3.html
+++ b/example3.html
@@ -14,7 +14,7 @@ $x\_{1,2} = \frac{-b\pm\sqrt{\Delta}}{2a}$, or display equations as this one :
## From a classic math book
-But a less classic exercise about [holderian functions](https://en.wikipedia.org/wiki/H%C3%B6lder_condition)
+But a less classic exercise about [Hölder functions](https://en.wikipedia.org/wiki/H%C3%B6lder_condition)
(more precisely, *Exercice 7*, Chapter 4.5, page 267, of the [Gourdon, "*Les maths en tête : Analyse*", $2^\text{nd}$ edition](http://www.amazon.fr/gp/product/2729837590) book).
@@ -41,7 +41,7 @@ from the bottom of a *StrapDown*-flavored page, for instance from the default *C
You can consult [a second example](example4.html) to see some more advanced examples of LaTeX equations rendered with MathJax.
### A better solution?
-From version 0.5, you can import MathJax in an even *quicker* way: you just have to add ``&mathjax=yes`` to the URL used to import [strapdown.min.js](index.html).
+From version 0.5, you can import MathJax in an even *quicker* way: you just have to add ``&mathjax=yes`` to the URL used to import [``strapdown.min.js``](index.html).
See [the first paragraph of this third example](example5.html) to see this.
***
@@ -71,12 +71,12 @@ Feel free to refresh your mind about which symbols are used as elements of the M
with [this page](http://daringfireball.net/projects/markdown/syntax#list),
or [this one on Wikipedia](https://en.wikipedia.org/wiki/Markdown).
-## Escape the antislash ('``\``')
-The antislash symbol, already escaped by an antislash ('``\``')
+## Escape the backslash ('``\``')
+The backslash symbol, already escaped by an backslash ('``\``')
is used in LaTeX to force a new line. It is usually used in aligned equations,
as shown in the Lorenz Equations [here](example4.html).
-You should also escape the antislash, by typing ``\\`` where you would have
+You should also escape the backslash, by typing ``\\`` where you would have
used a simple ``\`` in LaTeX.
***
diff --git a/example3.pdf b/example3.pdf
index 8276abd..2cdee87 100644
Binary files a/example3.pdf and b/example3.pdf differ
diff --git a/example4.html b/example4.html
index 6d375a4..c9edd1f 100644
--- a/example4.html
+++ b/example4.html
@@ -5,7 +5,7 @@
Next example →
-# A second example with [MathJax](http://www.mathjax.org/) activacted (and the *paper* theme)
+# A second example with [MathJax](http://www.mathjax.org/) activated (and the *paper* theme)
> To know how to include MathJax in a *StrapDown*-flavored HTML page, you can read this [example 3](example3.html).
To discover an even nicer way to import MathJax, read [the last example](example5.html).
@@ -88,7 +88,7 @@ $$ \left\\\{\begin{aligned}
$$
```
-As you can see, math environment (like ``aligned``) are supported by MathJax, even with the default configuration and no external plugins.
+As you can see, math environment (like ``aligned``) are supported by MathJax, even with the default configuration and no external plugin.
****
diff --git a/example4.pdf b/example4.pdf
index 0093b9d..fd8c8b2 100644
Binary files a/example4.pdf and b/example4.pdf differ
diff --git a/example5.html b/example5.html
index 06bf67b..b52dd48 100644
--- a/example5.html
+++ b/example5.html
@@ -5,17 +5,19 @@
Next example →
-# A third example with [MathJax](http://www.mathjax.org/) activacted
+# A third example with [MathJax](http://www.mathjax.org/) activated
> This *StrapDown*-flavored HTML page comes with MathJax enabled, simply because **we asked the script to do so**.
The last line of this page source (you can read it with "Ctrl+u" in Firefox) imports the script ``strapdown.min.js`` with this URL : ``"strapdown.min.js?src=example5&mathjax=y&theme=united&beacon=y"``.
-This way, some options are avaible:
+This way, some options are available:
-1. ``mathjax=y`` if you want to load MathJax, with ``$`` being the default separator for inline maths and ``$$`` for display,
-2. ``theme=united`` or ``theme=united`` if you want to load a specific theme (without having to specify it as the theme attribute of the main ``xmp``),
+1. ``mathjax=y`` if you want to load MathJax, with ``$ ... $`` being the default syntax for inline maths and ``$$ ... $$`` for display,
+2. ``theme=united`` or ``theme=cyborg`` if you want to load a specific theme (without having to specify it as the ``theme`` attribute of the main ``xmp`` tag containing your Markdown code),
3. ``beacon=y`` if you want to include an invisible [GA Beacon](http://perso.crans.org/besson/beacon.en.html) image in your page,
-4. ``nonavbarfixed=y`` if you prefer the [top navigation bar](https://bootswatch.com/united/#navbar) to not be fixed, but scroll as the rest of the page (*new!*).
+4. ``pedantic=y`` if you want to force the use of the ["pedantic" option](https://github.com/chjj/marked#pedantic) for [marked](https://github.com/chjj/marked), the Markdown parser used by StrapDown.js (note: you probably don't want that, [pedantic=false is usually better](https://github.com/chuckhoupt/strapdown/commit/1a090729fb717059be0689aa65025de6de67b3cd)). Default is pedantic=false.
+5. ``nonavbarfixed=y`` if you prefer the [top navigation bar](https://bootswatch.com/united/#navbar) to not be fixed, but scroll as the rest of the page (*new!*). See [example8](example8.html),
+6. ``keepicon=y`` if you prefer StrapDown.js to keep the favicon included in your HTML document (*new!*). See [example9](example9.html).
***
diff --git a/example5.pdf b/example5.pdf
index 857b8f1..b1a2bc6 100644
Binary files a/example5.pdf and b/example5.pdf differ
diff --git a/example6.html b/example6.html
index 346b8c1..89d00bc 100644
--- a/example6.html
+++ b/example6.html
@@ -109,11 +109,12 @@ Here is a last example, displaying some *super heroes* ^^:
---
-## A personnal example
+## [A personal example](../cv/)
And if you may, I will conclude these examples with a more personal one:
| *Scholar* Year | My age
(when started/when finishing) | Scholar level | City, *Country* |
| :----------- | :----: | :-----------: | --: |
+| 2015 ~ 2016 | 22 → 23 | [Another 2nd Year M.Sc. (Maths and CS)](http://www.cmla.ens-cachan.fr/version-anglaise/academics/mva-master-degree-227777.kjsp) | Cachan (Paris), *France* |
| 2014 ~ 2015 | 21 → 22 | [Assistant professor](http://web.archive.org/web/20141103063707/http://www.mahindraecolecentrale.edu.in/faculties.html), Maths and CS | Hyderabad, *India* |
| 2013 ~ 2014 | 20 → 21 | 2nd Year M.Sc. (Maths, CS)
and ranked 23rd at the French Agrégation | Cachan (Paris), *France* |
| 2012 ~ 2013 | 19 → 20 | 1st Year M.Sc. (Maths, CS) | Cachan (Paris), *France* |
@@ -123,7 +124,7 @@ And if you may, I will conclude these examples with a more personal one:
| 2008 ~ 2009 | 15 → 16 | Scientific *"Baccalauréat"* | Briançon, *France* |
-> ... Yeah, I am kinda proud of my academic education and [my curriculum](http://lbesson.tk) ([also here](http://perso.crans.org/besson/cv.en.pdf) or [here](http://perso.crans.org/besson/cv.en.pdf)).
+> ... But that was just a short overview of my academic education and [my curriculum](http://perso.crans.org/besson/cv.en.pdf).
---
diff --git a/example6.pdf b/example6.pdf
index 3d8261c..2627936 100644
Binary files a/example6.pdf and b/example6.pdf differ
diff --git a/example7.html b/example7.html
index dcb7dfe..769aa2a 100644
--- a/example7.html
+++ b/example7.html
@@ -26,7 +26,8 @@ That search feature is working **incredibly well**, on the box below, if you sta
Search on that table?
Thanks to the QuickSearch jQuery plug-in.
+
+
# A partial list of the [Justice League of America](https://en.wikipedia.org/wiki/Justice_League)
Here is an example of a table, displaying some *super heroes* ^^
@@ -87,9 +88,9 @@ Finally, after loading the two scripts (step 2), one line of JavaScript in enoug
```
> More explanations? This Javascript line has three parts:
-> 1. `$('input#id_search')` is using jQuery (the `$()` fonction) to select the DOM element of type `input` with `id=id_search` (id because of the `#`, it would be a class if `.`, like `div.navbar`),
-> 2. `.quicksearch(...)` is calling the `quicksearch` fonction (available because QuickSearch has been registered as a jQuery plug-in), using it for that DOM element (the input search bar),
-> 3. and finally we apply that fonction with the argument `'table tbody tr'`, which means that we initialize QuickSearch to look for all the `` elements, only on their children `` (content of the table), and only on the different lines (``).
+> 1. `$('input#id_search')` is using jQuery (the `$()` function) to select the DOM element of type `input` with `id=id_search` (id because of the `#`, it would be a class if `.`, like `div.navbar`),
+> 2. `.quicksearch(...)` is calling the `quicksearch` function (available because QuickSearch has been registered as a jQuery plug-in), using it for that DOM element (the input search bar),
+> 3. and finally we apply that function with the argument `'table tbody tr'`, which means that we initialize QuickSearch to look for all the `` elements, only on their children `` (content of the table), and only on the different lines (``).
---
diff --git a/example7.pdf b/example7.pdf
index 1d56af0..f4e39ce 100644
Binary files a/example7.pdf and b/example7.pdf differ
diff --git a/example8.html b/example8.html
index efce0c7..75829b6 100644
--- a/example8.html
+++ b/example8.html
@@ -2,7 +2,7 @@
# This is a Markdown document
@@ -62,7 +62,7 @@ This was a brief overview, to show the basic use of [StrapDown.js](index.html).