mirror of
https://github.com/foo-dogsquared/asciidoctor-foodogsquared-extensions.git
synced 2025-01-30 22:57:56 +00:00
Update default custom converter name
This commit is contained in:
parent
586cc8daee
commit
71fe2602c2
@ -4,7 +4,7 @@
|
|||||||
# HTML5 converter. It features custom blocks as well as their preferred output
|
# HTML5 converter. It features custom blocks as well as their preferred output
|
||||||
# for certain blocks.
|
# for certain blocks.
|
||||||
module Asciidoctor::Foodogsquared::Converter
|
module Asciidoctor::Foodogsquared::Converter
|
||||||
class Html5Custom < (Asciidoctor::Converter.for 'html5')
|
class Html5Extended < (Asciidoctor::Converter.for 'html5')
|
||||||
register_for 'html5'
|
register_for 'html5'
|
||||||
|
|
||||||
def convert_chat(node)
|
def convert_chat(node)
|
||||||
|
@ -10,7 +10,7 @@ module Asciidoctor::Foodogsquared::Converters
|
|||||||
#
|
#
|
||||||
# Take note this is only intended for the author. The user has to explicitly
|
# Take note this is only intended for the author. The user has to explicitly
|
||||||
# require them somewhere to make use of this.
|
# require them somewhere to make use of this.
|
||||||
class HTML5Modified < Asciidoctor::Foodogsquared::Converter
|
class HTML5Modified < Asciidoctor::Foodogsquared::Converter::Html5Extended
|
||||||
def convert_paragraph(node)
|
def convert_paragraph(node)
|
||||||
attributes = html_attributes node
|
attributes = html_attributes node
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user