13 lines
320 B
Ruby
13 lines
320 B
Ruby
# frozen_string_literal: true
|
|
|
|
# name: discourse-math
|
|
# about: Official mathjax plugin for Discourse
|
|
# version: 0.9
|
|
# authors: Sam Saffron (sam)
|
|
# url: https://github.com/discourse/discourse-math
|
|
# transpile_js: true
|
|
|
|
register_asset "stylesheets/common/discourse-math.scss"
|
|
|
|
enabled_site_setting :discourse_math_enabled
|