Vendor reveal.js, wew
This commit is contained in:
parent
27dd9c2249
commit
5907908ba8
144 changed files with 40660 additions and 0 deletions
15
content/pages/nixcon2022/plugin/math/plugin.js
Normal file
15
content/pages/nixcon2022/plugin/math/plugin.js
Normal 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
|
||||
} );
|
||||
Loading…
Add table
Add a link
Reference in a new issue