markdown

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 12, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMarkdownExporter

func NewMarkdownExporter(pager *common.Pager, diagramCreator *diagram.Creator) exporter.Exporter

Types

type Exporter

type Exporter struct {
	// contains filtered or unexported fields
}

func (*Exporter) Export

func (e *Exporter) Export(
	ctx context.Context,
	params *exporter.ExportParams,
) ([]*exporter.ExportedPage, error)

func (*Exporter) ExportPerFile

func (e *Exporter) ExportPerFile(
	ctx context.Context,
	params *exporter.ExportParams,
) ([]*exporter.ExportedPage, error)

type Specification added in v0.5.7

type Specification struct {
	WithDiagram bool                  `yaml:"with_diagram" json:"with_diagram"`
	Diagram     diagram.Specification `yaml:"diagram" json:"diagram"`
}

func (*Specification) Validate added in v0.5.7

func (s *Specification) Validate() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL