-
goldmark has [https://github.com/yuin/goldmark/discussions](Discussions) in github.
You should post only issues here. Feature requests and questions should be posted at discussions.
- [x] goldma…
-
Old page reference - http://localhost:3000/blog/go-web-services/onehub-web/
new page - http://localhost:8080/published/blog/go-web-services/onehub-web/
-
ref. https://gohugo.io/news/0.60.0-relnotes/
- code fence ` ``` ` のハイライトがデフォルトでonになる
- markdownファイルに直接埋め込んだhtmlを有効にする場合、`config.toml`に以下の設定が必要
```toml
[markup]
[markup.goldmark]
[marku…
-
I am the developer of a custom Discord bot that will send DMs containing buttons to people who use it. When I try to open the dm from the development version that bot, gtkcord4 crashes. Interestingly,…
-
Hi,
After researching a bit, I found that google.golang.org/api@v0.44.0 is cascading to using at least 3 different versions of github.com/yuin/goldmark v1.1.x which leads to this Nexus IQ vulnerabi…
-
### What version of Go are you using (`go version`)?
$ go version
go1.17rc1
$ golang.org/x/tools/gopls v0.7.1
golang.org/x/tools/gopls@v0.7.1 h1:Mh3Z8Xcoq3Zy7ksSlwDV/nzQSbjFf06A+L+F8…
-
Hi,
On lines 78-79, config.toml requests blackFriday as the default Markdown Handler.
Running this on a recent hugo installation gives the following:
`hugo.exe server
Error: add site dependencies…
-
My .md file:
```
---
locale: en-US
UID: whatever
type: type
---
My TEST content
```
```go
source, err := os.ReadFile(path)
if err != nil {
......
}
markdown := goldmark.New(…
-
### Feature Description
This proposal is inspired by #26190 and extends to all markdown rendering.
# Background
Currently, Gitea has many renderers even supported third-party renderers. All t…
-
The following HTML code:
```html
.
```
is converted to markdown as
```html
\.
```
and when Goldmark convert it to HTML, the result is
```html
\.
```
Investigate if …