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