Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // 兼容hugo MARKDOWN_LINE = regexp.MustCompile(`^[-|\+]{3}\s*$`) MARKDOWN_MORE = regexp.MustCompile(`^\s*(?i:<!--more-->)\s*$`) MARKDOWN_META = regexp.MustCompile(`^([^:]+):(\s+(.*)|$)`) )
Functions ¶
func NewHighlightExtension ¶ added in v0.1.6
func NewTocExtension ¶ added in v0.1.6
func NewWithContext ¶ added in v0.1.6
Types ¶
type Option ¶ added in v0.1.6
type Option struct {
parser.MarkupOption
}
Click to show internal directories.
Click to hide internal directories.