Documentation
¶
Overview ¶
Package goldtext holds tools for interacting with goldmark's text package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct { // Source is the original source that the segments are for. Source []byte // Segments is a list of segments of Source // that should be exposed by the Reader. Segments *text.Segments // contains filtered or unexported fields }
Reader is an io.Reader around a Goldmark text.Segments.
Click to show internal directories.
Click to hide internal directories.