Module: Asciidoctor::Katex

Defined in:
lib/asciidoctor/katex/version.rb,
lib/asciidoctor/katex/postprocessor.rb,
lib/asciidoctor/katex/treeprocessor.rb,
lib/asciidoctor/katex/opal_katex_adapter.rb,
lib/asciidoctor/katex/ruby_katex_adapter.rb,
lib/asciidoctor/katex/stem_converter_decorator.rb,
lib/asciidoctor/katex/errors.rb,
lib/asciidoctor/katex/utils.rb

Defined Under Namespace

Modules: Utils Classes: KatexError, OpalKatexAdapter, ParseError, Postprocessor, RubyKatexAdapter, StemConverterDecorator, Treeprocessor

Constant Summary collapse

VERSION =

Version of the asciidoctor-katex gem.

'0.4.1'
KatexAdapter =

The default KaTeX adapter.

RubyKatexAdapter