discourse-math/lib/math_renderer.rb
2017-08-02 15:56:11 +09:00

7 lines
208 B
Ruby

# the idea here is to support server rendering
# there is a node example and we could inject this in a post processing job
class DiscourseMath::MathRenderer
def self.render(mathjax, options = {})
end
end