Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Confluence ¶
type Confluence struct {
// contains filtered or unexported fields
}
Confluence is a Goldmark extension that renders markdown content compatable with Confluence
func NewConfluenceExtension ¶
func NewConfluenceExtension(filePath string) *Confluence
NewConfluenceExtension returns an instanciated instance of Confluence
func (*Confluence) Extend ¶
func (c *Confluence) Extend(m goldmark.Markdown)
Extend markdown custom HTML render
func (*Confluence) Images ¶
func (c *Confluence) Images() []string
Images returns a slice of image paths for later upload
Click to show internal directories.
Click to hide internal directories.