Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompileMarkdown ¶
Types ¶
type ConfluenceExtension ¶
type ConfluenceExtension struct { html.Config Stdlib *stdlib.Lib Path string MermaidProvider string MermaidScale float64 DropFirstH1 bool StripNewlines bool Attachments []attachment.Attachment }
Renderer renders anchor [Node]s.
func NewConfluenceExtension ¶
func NewConfluenceExtension(stdlib *stdlib.Lib, path string, mermaidProvider string, mermaidScale float64, dropFirstH1 bool, stripNewlines bool) *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.