module BookLab::SML

Constants

VERSION

Public Class Methods

parse(src, options = {}) click to toggle source
# File lib/booklab/sml/base.rb, line 7
def self.parse(src, options = {})
  renderer = Renderer.new(src, options)
  renderer
end