inliquid
inliquid
Added support for marshaling/unmarshaling of MongoDB's BSON UUID binary format.
Example: ``` blabla [Anonymous](https://en.wikipedia.org/wiki/Anonymous_(group)). ``` will result in: ``` blabla Anonymous). ``` Test on github -> blabla [Anonymous](https://en.wikipedia.org/wiki/Anonymous_(group)).
When I run blackfriday this way ```go b := blackfriday.Run([]byte(in)) ``` which implicitly enables common extensions, `AutoLink` is also working and links such as ``` https://site.com ``` rendered as `https://site.com`....
As of HTML 5 wrapping block element in `` is valid HTML. However this renderer breaks a construction with `` links, because they will be wrapped in ``: MD input:...
I have several questions which IMO important, and at the same time not documented well (or not documented at all): 1. Does blackfriday allow arbitrary HTML tags? AFAIK the answer...
Since some moment it just stopped working:  
I propose to implement it in the same way it is done in native Hangouts web app within chat settings. It's one of the key privacy features of Hangouts. Also...
Does YakYak use system-wide certificate store such as Chrome? If so, possible injection of root certificate in the system may have serious implact on security inluding MITM. I think YakYak...
So here is very simple scenario There is a message in `main` function ```go fmt.Println("Launching wasm app") ``` it's compiled and loaded, message appears in console. Now change it to...
Hey @disintegration, I have read your comments posted a years ago saying that WebP is not widely used. However, nowadays it seems that adoption is on it's way in the...