Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ContextualPipeline ¶
type ContextualPipeline struct { Context *renderer.Context // The actual pipeline Data interface{} }
ContextualPipeline as structure that carries the renderer context along with the pipeline data to process in a template or in a nested template
type TableOfContents ¶
TableOfContents the structure of the table of contents
type TableOfContentsSection ¶
type TableOfContentsSection struct { Level int Href string Title template.HTML Subelements template.HTML }
TableOfContentsSection a section in the table of contents
type TableOfContentsSectionGroup ¶
type TableOfContentsSectionGroup struct { Level int Elements []TableOfContentsSection }
TableOfContentsSectionGroup a group of sections in the table of contents
Source Files ¶
- blank_line.go
- contextual_pipeline.go
- cross_reference.go
- delimited_block.go
- document.go
- document_attribute_substitution.go
- document_details.go
- element_id.go
- external_link.go
- footnote.go
- image.go
- inline_elements.go
- labeled_list.go
- literal_blocks.go
- ordered_list.go
- paragraph.go
- passthrough.go
- predefined_attributes.go
- quoted_text.go
- renderer.go
- section.go
- string.go
- table.go
- table_of_contents.go
- template_utils.go
- unordered_list.go
Click to show internal directories.
Click to hide internal directories.