mirror of
https://github.com/discourse/discourse-math.git
synced 2025-07-14 09:23:26 +00:00
7 lines
206 B
Ruby
7 lines
206 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
|