Commit 077b3928 authored by raju249's avatar raju249

Use same backend name, and remove reduntant use of require

parent a22719d9
# frozen_string_literal: true
require 'asciidoctor'
require 'asciidoctor/converter/html5'
module Gitlab
module Asciidoc
class Html5Converter < (Asciidoctor::Converter.for 'html5')
register_for 'gitlab_html5'
register_for 'html5'
def convert_stem(node)
return super unless node.style.to_sym == :latexmath
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment