-
It looks like goldmark has implemented the `footnoteAnchorPrefix` feature https://github.com/yuin/goldmark/commit/9e0189df270cb443c204b51e89e2b0749b98370c. It would be great if hugo can also support t…
-
WhatsApp number
-
```bash
root@lois:~# go get -u github.com/schollz/cowyo/...
package github.com/schollz/cowyo
imports github.com/russross/blackfriday/v2: cannot find package "github.com/russross/blackfriday/v2" in…
-
I saw a similar issue (#25), but think this might be slightly different.
My Travis-CI jobs recently started failing using Go 1.12.1 due to blackfriday/v2 modules not found? Could this be a Travis-…
-
See https://github.com/yuin/goldmark/
-
**Command attempted:**
```
$ go get -u github.com/github/hub/md2roff-bin
```
**What happened:**
```
$ go get -u github.com/github/hub/md2roff-bin
# github.com/github/hub/md2roff
/go/src/gith…
-
I upgraded my project from blackfriday 1.5.0 to 2.0.0, but when I run it on the following markdown, the table fails to render now:
```
| Column A | Column B |
| --------- | --------- |
| A1 | B1…
-
Let's say I have the following Markdown document:
```html
quote char: "
```
`"` is a valid html entity number for a double quotation mark. Notably, it is the output produced by Go's ht…
-
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…
-