# File lib/asciidoctor/converter/html5.rb, line 764
    def thematic_break node
      %(<hr#{@void_element_slash}>)
    end