Official MathJax support for Discourse
Go to file
Sam Saffron 152a7b5c60
FIX: Broken preview for single math equations
Previously we would remove elements from the DOM, this caused Ember to
get extremely confused and blow up its rendering.

Instead only hide the element, do not remove it.
2021-04-22 11:29:10 +10:00
.github/workflows DEV: Update CI workflows (#28) 2021-03-18 16:50:34 +11:00
assets FIX: Broken preview for single math equations 2021-04-22 11:29:10 +10:00
config Update translations (#29) 2021-02-23 14:16:40 +01:00
lib Add frozen string literal comment to files. 2019-05-13 10:48:15 +08:00
public FEATURE: Update KaTeX renderer to v0.11.1 (#18) 2019-12-04 17:32:31 +11:00
spec Add frozen string literal comment to files. 2019-05-13 10:48:15 +08:00
.eslintrc DEV: apply coding standards (#20) 2020-09-04 13:22:43 +02:00
.gitignore DEV: apply coding standards (#20) 2020-09-04 13:22:43 +02:00
.rubocop.yml DEV: Move to rubocop-discourse. 2020-05-06 18:22:54 +02:00
.template-lintrc.js DEV: apply coding standards (#20) 2020-09-04 13:22:43 +02:00
Gemfile DEV: Switch from Transifex to Crowdin 2020-07-16 14:01:01 +02:00
Gemfile.lock DEV: Switch from Transifex to Crowdin 2020-07-16 14:01:01 +02:00
LICENSE add license 2017-07-06 16:51:50 -04:00
README.md FEATURE: Add KaTeX rendering support (#15) 2019-03-05 07:35:00 +11:00
package.json DEV: prettier 2.2.1 (#26) 2021-01-27 10:36:08 +01:00
plugin.rb FEATURE: Responsive equations (#16) 2019-09-09 15:08:01 +10:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:01:01 +02:00
yarn.lock Bump y18n from 4.0.0 to 4.0.1 (#30) 2021-04-01 10:00:41 +02:00

README.md

Discourse Math plugin

Adds LaTeX support to your Discourse instance.

https://meta.discourse.org/t/discourse-math-plugin/65770