Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConverterProvider ¶
type ConverterProvider interface { Get(name string) converter.Provider //Default() converter.Provider GetMarkupConfig() markup_config.Config Highlight(code, lang, optsStr string) (string, error) }
func NewConverterProvider ¶
func NewConverterProvider(cfg converter.ProviderConfig) (ConverterProvider, error)
Directories ¶
Path | Synopsis |
---|---|
Package asciidocext converts AsciiDoc to HTML using Asciidoctor external binary.
|
Package asciidocext converts AsciiDoc to HTML using Asciidoctor external binary. |
asciidocext_config
Package asciidoc_config holds asciidoc related configuration.
|
Package asciidoc_config holds asciidoc related configuration. |
Package blackfriday converts Markdown to HTML using Blackfriday v1.
|
Package blackfriday converts Markdown to HTML using Blackfriday v1. |
Package goldmark converts Markdown to HTML using Goldmark.
|
Package goldmark converts Markdown to HTML using Goldmark. |
goldmark_config
Package goldmark_config holds Goldmark related configuration.
|
Package goldmark_config holds Goldmark related configuration. |
Package highlight provides code highlighting.
|
Package highlight provides code highlighting. |
Package mmark converts Markdown to HTML using MMark v1.
|
Package mmark converts Markdown to HTML using MMark v1. |
Package org converts Emacs Org-Mode to HTML.
|
Package org converts Emacs Org-Mode to HTML. |
Package pandoc converts content to HTML using Pandoc as an external helper.
|
Package pandoc converts content to HTML using Pandoc as an external helper. |
Package rst converts content to HTML using the RST external helper.
|
Package rst converts content to HTML using the RST external helper. |
Click to show internal directories.
Click to hide internal directories.