Package org.asciidoctor.syntaxhighlighter
@Export
package org.asciidoctor.syntaxhighlighter
-
ClassDescriptionIf a
SyntaxHighlighterAdapteralso implements theFormatterinterface, then it will be invoked to convert the full source block container including the<pre/>and<code/>elements.A Highlighter transforms the actual raw source text.This API is experimental and might change in an incompatible way in a minor version update!If aSyntaxHighlighterAdapteralso implements this interface it will be called while rendering to write a stylesheet to disc.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.This API is experimental and might change in an incompatible way in a minor version update!