fraction example in readme
This commit is contained in:
parent
be0fb4602b
commit
c337e07e74
|
@ -70,9 +70,11 @@ implements two additional Smartypants options:
|
||||||
|
|
||||||
* LaTeX-style dash parsing, where `--` is translated into
|
* LaTeX-style dash parsing, where `--` is translated into
|
||||||
`–`, and `---` is translated into `—`
|
`–`, and `---` is translated into `—`
|
||||||
* Generic fractions, where anything that looks like a fraction
|
* Generic fractions, where anything that looks like a fraction is
|
||||||
is translated into suitable HTML (instead of just a few special
|
translated into suitable HTML (instead of just a few special
|
||||||
cases). For example, `4/5` becomes `<sup>4</sup>⁄<sub>5</sub>`
|
cases). For example, `4/5` becomes
|
||||||
|
`<sup>4</sup>⁄<sub>5</sub>`, which renders as
|
||||||
|
<sup>4</sup>⁄<sub>5</sub>.
|
||||||
|
|
||||||
|
|
||||||
LaTeX Output
|
LaTeX Output
|
||||||
|
|
Loading…
Reference in New Issue