@Export
Package org.asciidoctor.syntaxhighlighter
-
Interface Summary Interface Description Formatter If aSyntaxHighlighterAdapter
also implements theFormatter
interface, then it will be invoked to convert the full source block container including the<pre/>
and<code/>
elements.Highlighter A Highlighter transforms the actual raw source text.StylesheetWriter If aSyntaxHighlighterAdapter
also implements this interface it will be called while rendering to write a stylesheet to disc.SyntaxHighlighterAdapter This interface has to be implemented by all syntax highlighter adapters, regardless if they update the resulting HTML document to highlight sources on the client or on the server.SyntaxHighlighterRegistry This API is experimental and might change in an incompatible way in a minor version update! -
Class Summary Class Description HighlightResult This API is experimental and might change in an incompatible way in a minor version update!