Class | Asciidoctor::Converter::BuiltIn |
In: |
lib/asciidoctor/converter/base.rb
|
Parent: | Object |
respond_to? | -> | handles? |
Public: Returns the converted content of the {AbstractNode}.
Returns the converted [String] content of the {AbstractNode}.
Public: Converts the specified {AbstractNode} using the specified transform and optionally additional options (when not empty).
CAUTION: Method that handles the specified transform *may not* accept the second argument with additional options, in which case an {ArgumentError} is raised if the given opts Hash is not nil. The additional options are used in template-based backends to access convert helper methods such as outline.
See {Converter#convert} for more details.
Returns the [String] result of conversion