We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e4262 commit 69a6016Copy full SHA for 69a6016
1 file changed
src/plugins/latex/index.ts
@@ -90,7 +90,7 @@ const buildElement = (o: XmlElement): XmlComponent | null => {
90
};
91
92
/**
93
- * A plugin to render latex inside "math" and "inlineMath" nodes
+ * A plugin to render LaTeX inside "math" and "inlineMath" nodes
94
*/
95
export const latexPlugin = (): RemarkDocxPlugin => {
96
// https://github.com/mathjax/MathJax-demos-node/blob/master/mjs/mixed/tex2mml
0 commit comments