Skip to content

Commit 69a6016

Browse files
committed
Update index.ts
1 parent 16e4262 commit 69a6016

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugins/latex/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const buildElement = (o: XmlElement): XmlComponent | null => {
9090
};
9191

9292
/**
93-
* A plugin to render latex inside "math" and "inlineMath" nodes
93+
* A plugin to render LaTeX inside "math" and "inlineMath" nodes
9494
*/
9595
export const latexPlugin = (): RemarkDocxPlugin => {
9696
// https://github.com/mathjax/MathJax-demos-node/blob/master/mjs/mixed/tex2mml

0 commit comments

Comments
 (0)