all repos — grayfriday @ c337e07e74a5363e38439f99ca3324324b9377ae

blackfriday fork with a few changes

fraction example in readme
Russ Ross russ@russross.com
Fri, 24 Jun 2011 16:42:17 -0600
commit

c337e07e74a5363e38439f99ca3324324b9377ae

parent

be0fb4602b8113ab16b70ab34fe48c0573bd65ef

1 files changed, 5 insertions(+), 3 deletions(-)

jump to
M README.mdREADME.md

@@ -70,9 +70,11 @@ implements two additional Smartypants options:

* LaTeX-style dash parsing, where `--` is translated into `&ndash;`, and `---` is translated into `&mdash;` -* 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