all repos — grayfriday @ master

blackfriday fork with a few changes

cf9a6280
Revert module name
Anirudh Oppiliappan x@icyphox.sh
Mon, 19 Dec 2022 09:16:07 +0530
1ea51878
Update module URL
Anirudh Oppiliappan x@icyphox.sh
Wed, 30 Nov 2022 09:13:22 +0530
23c70418
No v2
Anirudh Oppiliappan x@icyphox.sh
Sat, 26 Nov 2022 09:14:29 +0530
grayfriday
----------

A fork of github.com/russross/blackfriday/v2 with a few changes. Notably:

    • Em-dashes swallow spaces. For example: "Foo -- bar" becomes "Foo—bar"
      This is more typographically accurate, while allowing for cleaner looking plaintext.
    • En-dashes only between numbers. For example: "8-9 years" becomes "8ndash;9 years".
      Again, this keeps the plaintext more natural (as opposed to writing "8 - 9" years 
      in blackfriday for an en-dash).
    • Optional image width/height. For example:
        ![foo image](http://example.com/bar.png){400x800}
      This renders as:
        

foo style=

INSTALL go get git.icyphox.sh/grayfriday LICENSE Maintains the same license as blackfriday -- Simplified BSD.
clone
git clone https://git.icyphox.sh/grayfriday