nixcon2022 talk, blogpost version
This commit is contained in:
parent
f854ef75ca
commit
b333d2d023
131 changed files with 518 additions and 11 deletions
|
|
@ -1,15 +0,0 @@
|
|||
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