summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/render_math.js
Commit message (Expand)AuthorAgeFilesLines
* move render_gfm into behaviors directoryMike Greiling2018-03-191-38/+0
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
* Addressed mr observationsjivl-update-katexJose Ivan Vargas2018-02-121-8/+5
* Merge branch 'master' into jivl-update-katexJose Ivan Vargas2018-02-051-6/+5
|\
| * Replace $.get in render math with axiosaxios-get-render-mathClement Ho2018-01-301-13/+25
| * Disable throwOnError in KaTeX to reveal user where is the problemJakub Jirutka2018-01-241-1/+1
* | removed unused importsJose Ivan Vargas2017-12-211-2/+0
* | Removed the remains of katex from vendor assets and load everything via webpackJose Ivan Vargas2017-12-211-8/+6
* | added katex.js and load it via webpackJose Ivan Vargas2017-12-211-14/+8
|/
* moved to es6 modulesfix-mermaid-importPhil Hughes2017-11-221-40/+35
* remove Vue from the global spaceMike Greiling2017-03-201-1/+3
* replace implicit this == window with explicit bindingMike Greiling2017-02-171-1/+1
* resolve all padded-blocks eslint violationsMike Greiling2017-01-181-2/+1
* Fix eslint errorsfix-master-eslint-errorsAlfredo Sumaran2016-12-151-1/+1
* Render math in Asciidoc and Markdown with KaTeX using code blocksMunken2016-12-141-0/+55