type github.com/yuin/goldmark/renderer.Config
24 uses
github.com/yuin/goldmark/renderer (current package)
renderer.go#L14: type Config struct {
renderer.go#L20: func NewConfig() *Config {
renderer.go#L21: return &Config{
renderer.go#L32: SetConfig(*Config)
renderer.go#L39: func (o *withNodeRenderers) SetConfig(c *Config) {
renderer.go#L54: func (o *withOption) SetConfig(c *Config) {
renderer.go#L97: config *Config
github.com/yuin/goldmark/renderer/html
html.go#L57: func (o *withWriter) SetConfig(c *renderer.Config) {
html.go#L80: func (o *withHardWraps) SetConfig(c *renderer.Config) {
html.go#L103: func (o *withXHTML) SetConfig(c *renderer.Config) {
html.go#L126: func (o *withUnsafe) SetConfig(c *renderer.Config) {
github.com/yuin/goldmark/extension
footnote.go#L332: func (o *withFootnoteHTMLOptions) SetConfig(c *renderer.Config) {
footnote.go#L359: func (o *withFootnoteIDPrefix) SetConfig(c *renderer.Config) {
footnote.go#L378: func (o *withFootnoteIDPrefixFunction) SetConfig(c *renderer.Config) {
footnote.go#L397: func (o *withFootnoteLinkTitle) SetConfig(c *renderer.Config) {
footnote.go#L416: func (o *withFootnoteBacklinkTitle) SetConfig(c *renderer.Config) {
footnote.go#L435: func (o *withFootnoteLinkClass) SetConfig(c *renderer.Config) {
footnote.go#L454: func (o *withFootnoteBacklinkClass) SetConfig(c *renderer.Config) {
footnote.go#L473: func (o *withFootnoteBacklinkHTML) SetConfig(c *renderer.Config) {
table.go#L84: func (o *withTableHTMLOptions) SetConfig(c *renderer.Config) {
table.go#L111: func (o *withTableCellAlignMethod) SetConfig(c *renderer.Config) {
github.com/yuin/goldmark-emoji
emoji.go#L146: func (o *withRenderingMethod) SetConfig(c *renderer.Config) {
emoji.go#L170: func (o *withTwemojiTemplate) SetConfig(c *renderer.Config) {
emoji.go#L196: func (o *withRendererFunc) SetConfig(c *renderer.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. |