blackfriday icon indicating copy to clipboard operation
blackfriday copied to clipboard

Blackfriday: a markdown processor for Go

Results 121 blackfriday issues
Sort by recently updated
recently updated
newest added

Hi, I have added PPC64LE architecture to build it with CI, request you to please review it. Thanks

Parse info line after code fences even if the user doesn't ask for it, and keep it only if they want it. Fixes #526

This: ```markdown This is **bold** text ``` ... should render as this: ```html This is **bold** text ``` That works. ---- But this: ```markdown This is **bold** text ``` ......

The source markdown code is: ``` - This is a demo list item ```shell $ service ssh status $ service ssh start (There should be three '`', however it leads...

imports gopkg.in/russross/blackfriday.v2: cannot find module providing package gopkg.in/russross/blackfriday.v2 go version go1.13.1 windows/amd64

Using the function `markdownCommon` does not parse markdown within `div` blocks. This feature worked previously on golang 1.2.1, blackfriday 1.1 with `markdownCommon` currently using golang 1.4.2 blackfriday v1.2 Test Case...

In #52, the "nofollow" rel attribute was added to links. This was a good idea, however for formatting and displaying untrusted user data, the ability to force rel="ugc" would be...

I'm using [Hugo](https://gohugo.io/) which uses blackfriday to create HTML from Markdown. In my HTML I need my generated tables tags to have `class="table"` added to the table tag. (This is...

Hi, When I started to use `blackfriday` to parse my Markdown file, I got a wrong-style output. My Markdown file looks like this, with Windows-style CRLF (\r\n) line endings: ```markdown...