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 NewPongo2Filter ¶ added in v0.1.2
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.