mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-05 02:11:15 +08:00
8 lines
239 B
Ruby
8 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
|