1
0
mirror of synced 2026-05-22 17:33:14 +00:00
Files
2019-05-13 10:48:15 +08:00

9 lines
239 B
Ruby

# frozen_string_literal: true
# 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