Documentation
¶
Overview ¶
Package mdext provides custom Goldmark extensions for the code-and-chill application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CodeBlockExtender ¶
type CodeBlockExtender struct{}
func (*CodeBlockExtender) Extend ¶
func (e *CodeBlockExtender) Extend(m goldmark.Markdown)
type CodeSpanExtender ¶
type CodeSpanExtender struct{}
func (*CodeSpanExtender) Extend ¶
func (e *CodeSpanExtender) Extend(m goldmark.Markdown)
type InlineAttrExtender ¶
type InlineAttrExtender struct{}
func (*InlineAttrExtender) Extend ¶
func (e *InlineAttrExtender) Extend(m goldmark.Markdown)
type SpanExtender ¶
type SpanExtender struct{}
func (*SpanExtender) Extend ¶
func (e *SpanExtender) Extend(m goldmark.Markdown)
Click to show internal directories.
Click to hide internal directories.