discourse-math/lib/math_renderer.rb

9 lines
239 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2017-07-06 16:50:38 -04:00
# 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
2017-08-02 02:56:11 -04:00
def self.render(mathjax, options = {})
2017-07-06 16:50:38 -04:00
end
end