lib/metanorma/rfc/processor_v2.rb in asciidoctor-rfc-0.9.0 vs lib/metanorma/rfc/processor_v2.rb in asciidoctor-rfc-0.9.1

- old
+ new

@@ -14,10 +14,14 @@ { xmlrfc: "v2.xml" } end + def version + "Asciidoctor::Rfc2 #{Asciidoctor::RFC::VERSION}" + end + def input_to_isodoc(file) Asciidoctor.convert( file, to_file: false, safe: :safe, @@ -33,6 +37,6 @@ end end end end -end \ No newline at end of file +end