Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Anchor ¶
type Anchor struct { ID string `json:"id"` // Id of the h* element. Value string `json:"value"` // Value inside the anchor tag. HeaderLevel int `json:"level"` // Level of the h* element. }
Anchor is a html anchor tag with an id attribute and a value. Represents: <a id="Id">Value</a> It is intended to link to titles in the document
Click to show internal directories.
Click to hide internal directories.