Files

9 lines
239 B
Ruby
Raw Permalink Normal View History

2019-05-13 10:48:15 +08:00
# 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 15:56:11 +09:00
def self.render(mathjax, options = {})
2017-07-06 16:50:38 -04:00
end
end