package asciidocext

import "github.com/gohugoio/hugo/markup/asciidocext"

Package asciidocext converts AsciiDoc to HTML using Asciidoctor external binary. The `asciidoc` module is reserved for a future golang implementation.

Index

Variables

var Provider converter.ProviderProvider = provider{}

Provider is the package entry point.

Functions

func Supports

func Supports() (bool, error)

Supports reports whether the AsciiDoc converter is installed. Only used in tests.

func SupportsGoATDiagrams

func SupportsGoATDiagrams() (bool, error)

SupportsGoATDiagrams reports whether the AsciiDoc converter can render GoAT diagrams. Only used in tests.

Source Files

convert.go

Directories

PathSynopsis
markup/asciidocext/asciidocext_configPackage asciidocext_config holds asciidoc related configuration.
markup/asciidocext/internal
Version
v0.153.4 (latest)
Published
Dec 28, 2025
Platform
linux/amd64
Imports
3 packages
Last checked
4 months ago

Tools for package owners.