Method: Asciidoctor::RFC::V3::Converter#initialize
- Defined in:
- lib/asciidoctor/rfc/v3/converter.rb
#initialize(backend, opts) ⇒ Converter
Returns a new instance of Converter.
40 41 42 43 44 45 46 |
# File 'lib/asciidoctor/rfc/v3/converter.rb', line 40 def initialize(backend, opts) super # enable when Asciidoctor 1.5.7 is released Asciidoctor::Compliance.natural_xrefs = false # basebackend 'html' outfilesuffix ".xml" end |