Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ORGMODE_MORE = regexp.MustCompile(`^(?i:#\+more)\s*$`) ORGMODE_KEYWORD = regexp.MustCompile(`^#\+([^:]+):(\s+(.*)|$)`) ORGMODE_PROPERTIES = regexp.MustCompile(`^(?i::PROPERTIES:)$`) ORGMODE_META = regexp.MustCompile(`^:([^:]+):(\s+(.*)|$)`) )
Functions ¶
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.