mirror of
https://github.com/discourse/discourse-math.git
synced 2025-03-06 09:29:22 +00:00
9 lines
239 B
Ruby
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
|