Documentation
¶
Index ¶
Constants ¶
View Source
const Whites = "\x09\x0a\x0c\x0d\x20"
Whites contains all whitespace characters as defined by VFMD specification.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CodeSpanDetector ¶
type CodeSpanDetector struct { Within bool // contains filtered or unexported fields }
TODO(akavel): this struct will be useful when implementing HTML; should be deleted for now, as it's unused and untested.
func (*CodeSpanDetector) WriteByte ¶
func (c *CodeSpanDetector) WriteByte(b byte) error
Click to show internal directories.
Click to hide internal directories.