type github.com/yuin/goldmark/renderer/html.Config
19 uses
github.com/yuin/goldmark/renderer/html (current package)
html.go#L14: type Config struct {
html.go#L22: func NewConfig() Config {
html.go#L23: return Config{
html.go#L32: func (c *Config) SetOption(name renderer.OptionName, value interface{}) {
html.go#L47: SetHTMLOption(*Config)
html.go#L61: func (o *withWriter) SetHTMLOption(c *Config) {
html.go#L84: func (o *withHardWraps) SetHTMLOption(c *Config) {
html.go#L107: func (o *withXHTML) SetHTMLOption(c *Config) {
html.go#L130: func (o *withUnsafe) SetHTMLOption(c *Config) {
html.go#L146: Config
github.com/yuin/goldmark/extension
definition_list.go#L178: html.Config
footnote.go#L263: html.Config
strikethrough.go#L66: html.Config
table.go#L49: html.Config
tasklist.go#L64: html.Config
github.com/yuin/goldmark-emoji
emoji.go#L93: html.Config
golang.org/x/pkgsite/internal/frontend
goldmark.go#L58: html.Config
styleguide.go#L148: ghtml.Config
golang.org/x/pkgsite/internal/postgres
goldmark.go#L24: html.Config
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |