@Export
| Interface | Description |
|---|---|
| Formatter |
If a
SyntaxHighlighterAdapter also implements the Formatter 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 a
SyntaxHighlighterAdapter 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 | Description |
|---|---|
| HighlightResult |
This API is experimental and might change in an incompatible way in a minor version update!
|