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

Text like this `**whitespace at the end of bold region **` and this `** whatespace at the beginning of bold region**` are not recognized as text that should be made...

We use packages that uses blackfriday and today we got ``` github.com/russross/blackfriday (download) [13:54:28]package github.com/russross/blackfriday/v2: cannot find package "github.com/russross/blackfriday/v2" in any of: [13:54:28] /opt/go/src/github.com/russross/blackfriday/v2 (from $GOROOT) [13:54:28] /opt/TeamCity/buildAgent/work/34f7a3c3b5ec8423/server/syntropy3/src/go/src/github.com/russross/blackfriday/v2 (from $GOPATH)...

[Kramdown](https://kramdown.gettalong.org) and [Maruku](https://github.com/bhollis/maruku/) have the ability to add a class or id to a block. These [Inline Attribute Lists](https://kramdown.gettalong.org/syntax.html#inline-attribute-lists) can be real handy and allow one to structure code like...

The readme says: > [Blackfriday] is paranoid about its input (so you can safely feed it user-supplied data) but a bit further down it says: > Blackfriday itself does nothing...

**Example** ``` markdown > Blockquote 1: > Some text. > Blockquote 2: > Some text. ``` Blackfriday renders it as: _one blockquote_. > Blockquote 1: Some text. > > Blockquote...

I'm currently trying to get blackfriday integrated into OSS-Fuzz: https://github.com/google/oss-fuzz/pull/4970 Would it be possible to get a google/gmail email address to send the crashes to? Thanks,

output := blackfriday.MarkdownBasic([]byte(article.Body)) articles[key].Body = string(output) Unable to | Column 1 Heading | Column 2 Heading | Column 3 Heading | | ------- | -------- | -------- | | Column...

I have found a very serious issue in readme. Why it is called `blackfriday`? This topic is not disclosed. Please add it! I need it asap!!!111 :)

question

**current and wrong:** `[ ] 练习vim的常用操作` **right:** ` 练习vim的常用操作` **result show:** current and wrong: ![深度截图_选择区域_20191127222425](https://user-images.githubusercontent.com/10773495/69732329-66f6ad00-1166-11ea-8153-a0a5209aa251.png) right: ![深度截图_选择区域_20191127222416](https://user-images.githubusercontent.com/10773495/69732008-d7e99500-1165-11ea-8bdb-7449c6e63455.png)