1
0
mirror of synced 2026-08-05 12:56:55 +00:00

Initial commit

This commit is contained in:
Sam
2017-07-06 16:50:38 -04:00
commit 5b22a196fa
1021 changed files with 24150 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# 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