Documentation ¶
Overview ¶
Package goldmark_config holds Goldmark related configuration.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = Config{ Extensions: Extensions{ Typographer: true, Footnote: true, DefinitionList: true, Table: true, Strikethrough: true, Linkify: true, TaskList: true, }, Renderer: Renderer{ Unsafe: false, }, Parser: Parser{ AutoHeadingID: true, Attribute: true, }, }
DefaultConfig holds the default Goldmark configuration.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Renderer Renderer Parser Parser Extensions Extensions }
Config configures Goldmark.
type Extensions ¶
Click to show internal directories.
Click to hide internal directories.