Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FlattenInlines ¶
func FlattenInlines(ll pandoc.InlineList) string
Types ¶
type MarkdownAsset ¶ added in v0.0.2
type MarkdownAsset struct {
// contains filtered or unexported fields
}
type Project ¶ added in v0.0.2
type Project struct {
MainDir string
ConfigDir string
WorkDir string
Definitions map[string]string
Layouts map[string]string
MarkdownAssets []*MarkdownAsset
TemplateAssets []*TemplateAsset
// contains filtered or unexported fields
}
func NewProject ¶ added in v0.0.2
func (*Project) LoadConfig ¶ added in v0.0.2
type TemplateAsset ¶ added in v0.0.2
type TemplateAsset struct {
// contains filtered or unexported fields
}
type Writer ¶
type Writer struct {
DefaultExternalFigureSize string // used to constrain externalfigure size when neigher its width nor height is specified
// contains filtered or unexported fields
}
func (*Writer) SetTopLevelDivision ¶
func (*Writer) WriteBlocks ¶
func (*Writer) WriteInlines ¶
func (w *Writer) WriteInlines(ll pandoc.InlineList)
Click to show internal directories.
Click to hide internal directories.