lib.roles.transforms.code

See also

Registry-aware entry: CodeTransform in Docutils components.

Code related formatter and transformers.

class django_docutils.lib.transforms.code.InlineHtmlFormatter
class django_docutils.lib.transforms.code.InlineHtmlFormatter

Bases: HtmlFormatter

HTMLFormatter for inline codeblocks.

class django_docutils.lib.transforms.code.CodeTransform
class django_docutils.lib.transforms.code.CodeTransform

Bases: Transform

Run over unparsed literals and try to guess language + highlight.