diff --git a/lib/asciidoctor/foodogsquared/converter.rb b/lib/asciidoctor/foodogsquared/converter.rb index c72256f..3d1dec7 100644 --- a/lib/asciidoctor/foodogsquared/converter.rb +++ b/lib/asciidoctor/foodogsquared/converter.rb @@ -4,7 +4,7 @@ # HTML5 converter. It features custom blocks as well as their preferred output # for certain blocks. module Asciidoctor::Foodogsquared::Converter - class Html5Custom < (Asciidoctor::Converter.for 'html5') + class Html5Extended < (Asciidoctor::Converter.for 'html5') register_for 'html5' def convert_chat(node) diff --git a/lib/asciidoctor/foodogsquared/converters/html5-extended.rb b/lib/asciidoctor/foodogsquared/converters/html5-extended.rb index 64de4cc..08300ee 100644 --- a/lib/asciidoctor/foodogsquared/converters/html5-extended.rb +++ b/lib/asciidoctor/foodogsquared/converters/html5-extended.rb @@ -10,7 +10,7 @@ module Asciidoctor::Foodogsquared::Converters # # Take note this is only intended for the author. The user has to explicitly # require them somewhere to make use of this. - class HTML5Modified < Asciidoctor::Foodogsquared::Converter + class HTML5Modified < Asciidoctor::Foodogsquared::Converter::Html5Extended def convert_paragraph(node) attributes = html_attributes node