Vendor reveal.js, wew

This commit is contained in:
Jade Lovelace 2022-10-23 23:12:20 +02:00 committed by Jade Lovelace
parent 27dd9c2249
commit 5907908ba8
144 changed files with 40660 additions and 0 deletions

View file

@ -0,0 +1,15 @@
import {KaTeX} from "./katex";
import {MathJax2} from "./mathjax2";
import {MathJax3} from "./mathjax3";
const defaultTypesetter = MathJax2;
/*!
* This plugin is a wrapper for the MathJax2,
* MathJax3 and KaTeX typesetter plugins.
*/
export default Plugin = Object.assign( defaultTypesetter(), {
KaTeX,
MathJax2,
MathJax3
} );