Update default custom converter name

This commit is contained in:
Gabriel Arazas 2023-11-16 20:16:48 +08:00
parent 586cc8daee
commit 71fe2602c2
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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