Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseTransformer ¶
type BaseTransformer struct {
// contains filtered or unexported fields
}
type TransformationFormat ¶
type TransformationFormat string
const ( FormatLatex TransformationFormat = "latex" FormatMarkdown TransformationFormat = "markdown" FormatHTML TransformationFormat = "html" FormatPDF TransformationFormat = "pdf" )
type Transformer ¶
type TransformerConfig ¶
type TransformerConfig struct { Format TransformationFormat Templates map[string]string Metadata map[string]interface{} StyleSheet string }
Click to show internal directories.
Click to hide internal directories.