Render the formula symbols of the properties.

This commit is contained in:
Jan Böhmer 2020-03-15 14:53:20 +01:00
parent da09873be5
commit 0fd677d2fd
5 changed files with 42 additions and 207 deletions

View file

@ -91,6 +91,11 @@ require('./jquery.tristate.js');
require('darkmode-js');
//Equation rendering
require('katex');
window.renderMathInElement = require('katex/contrib/auto-render/auto-render').default;
import 'katex/dist/katex.css';
window.ClipboardJS = require('clipboard');
window.QRCode = require('qrcode');