module MaRuKu

begin maruku_doc

Extension: math
Attribute: html_png_engine
Scope: document, element
Output: html
Summary: Select the rendering engine for math.
Default: <?mrk Globals[:html_math_engine].to_s ?>

Same thing as `html_math_engine`, only for PNG output.

  def convert_to_png_foo(kind, tex)
    # same thing
    ...
  end
{:lang=ruby}

end

This code does the classification of lines for block-level parsing.