fraction example in readme

This commit is contained in:
Russ Ross 2011-06-24 16:42:17 -06:00
parent be0fb4602b
commit c337e07e74

View File

@ -70,9 +70,11 @@ implements two additional Smartypants options:
* LaTeX-style dash parsing, where `--` is translated into
`–`, and `---` is translated into `—`
* Generic fractions, where anything that looks like a fraction
is translated into suitable HTML (instead of just a few special
cases). For example, `4/5` becomes `<sup>4</sup>&frasl;<sub>5</sub>`
* Generic fractions, where anything that looks like a fraction is
translated into suitable HTML (instead of just a few special
cases). For example, `4/5` becomes
`<sup>4</sup>&frasl;<sub>5</sub>`, which renders as
<sup>4</sup>&frasl;<sub>5</sub>.
LaTeX Output