Versions in this module Expand all Collapse all v0 v0.0.1 Nov 5, 2023 Changes in this version + func HasAsciiDoc() bool + type AsciidocConverter struct + Cfg converter.ProviderConfig + Ctx converter.DocumentContext + func (a *AsciidocConverter) AppendArg(args []string, option, value, defaultValue string, ...) []string + func (a *AsciidocConverter) Convert(ctx converter.RenderContext) (converter.ResultRender, error) + func (a *AsciidocConverter) GetAsciidocContent(src []byte, ctx converter.DocumentContext) ([]byte, error) + func (a *AsciidocConverter) ParseArgs(ctx converter.DocumentContext) []string + func (a *AsciidocConverter) Supports(_ identity.Identity) bool + type AsciidocResult struct + func (r AsciidocResult) TableOfContents() *tableofcontents.Fragments