mirror of
https://github.com/russross/blackfriday.git
synced 2024-03-22 13:40:34 +08:00
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
|
||||
`–`, 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>⁄<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>⁄<sub>5</sub>`, which renders as
|
||||
<sup>4</sup>⁄<sub>5</sub>.
|
||||
|
||||
|
||||
LaTeX Output
|
||||
|
|
Loading…
Reference in New Issue
Block a user