Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompileMarkdown ¶
func CompileMarkdown(markdown []byte, stdlib *stdlib.Lib, path string, cfg types.MarkConfig) (string, []attachment.Attachment)
Types ¶
type ConfluenceExtension ¶
type ConfluenceExtension struct {
html.Config
Stdlib *stdlib.Lib
Path string
MarkConfig types.MarkConfig
Attachments []attachment.Attachment
}
Renderer renders anchor [Node]s.
func NewConfluenceExtension ¶
func NewConfluenceExtension(stdlib *stdlib.Lib, path string, cfg types.MarkConfig) *ConfluenceExtension
NewConfluenceRenderer creates a new instance of the ConfluenceRenderer
func (*ConfluenceExtension) Attach ¶
func (c *ConfluenceExtension) Attach(a attachment.Attachment)
func (*ConfluenceExtension) Extend ¶
func (c *ConfluenceExtension) Extend(m goldmark.Markdown)
Click to show internal directories.
Click to hide internal directories.