all repos — grayfriday @ f1d36e6d67c68a28869588c0505283b300729419

blackfriday fork with a few changes

readme (view raw)

 1grayfriday
 2----------
 3
 4A fork of github.com/russross/blackfriday/v2 with a few changes. Notably:
 5
 6    • Em-dashes swallow spaces. For example: "Foo -- bar" becomes "Foo—bar"
 7      This is more typographically accurate, while allowing for cleaner looking plaintext.
 8    • En-dashes only between numbers. For example: "8-9 years" becomes "8ndash;9 years".
 9      Again, this keeps the plaintext more natural (as opposed to writing "8 - 9" years 
10      in blackfriday for an en-dash).
11
12
13INSTALL
14
15    go get git.icyphox.sh/grayfriday
16
17
18LICENSE
19
20Maintains the same license as blackfriday -- Simplified BSD.