<pre>
element that wraps the entire code block, you can pass a PreDecoration
instance to the PendingHtmlOutput::decoration()
method.
pre-class
class to the <pre>
element.
<code>
element that wraps the entire code block, you can pass a CodeDecoration
instance to the PendingHtmlOutput::decoration()
method.
LineDecoration
instance to the PendingHtmlOutput::decoration()
method.
focus
class to the first line of the code block, since lines are zero-indexed.
GutterDecoration
instance to the PendingHtmlOutput::decoration()
method.
gutter-class
class to the gutter element.