reveal.js-math-katex-plugin
reveal.js-math-katex-plugin copied to clipboard
Allow passing options to render function
KaTeX’ renderToString
can be passed options as second argument, e.g. {macros: {foo: '\bar'}}
This is too useful to ignore.
Feel free to open a pull request.