srs-document/node_modules/@unified-latex/unified-latex-prettier
2025-03-24 15:42:48 +07:00
..
libs update .gitignore 2025-03-24 15:42:48 +07:00
index.cjs update .gitignore 2025-03-24 15:42:48 +07:00
index.cjs.map update .gitignore 2025-03-24 15:42:48 +07:00
index.d.ts update .gitignore 2025-03-24 15:42:48 +07:00
index.d.ts.map update .gitignore 2025-03-24 15:42:48 +07:00
index.js update .gitignore 2025-03-24 15:42:48 +07:00
index.js.map update .gitignore 2025-03-24 15:42:48 +07:00
package.json update .gitignore 2025-03-24 15:42:48 +07:00
README.md update .gitignore 2025-03-24 15:42:48 +07:00

unified-latex-prettier

What is this?

A Prettier plugin for formatting and pretty-printing LaTeX source code.

When should I use this?

If you want to construct a Prettier instance that has LaTeX parsing abilities.

You should probably use the prettier-plugin-latex package instead of directly accessing this package.

Install

npm install @unified-latex/unified-latex-prettier

This package contains both esm and commonjs exports. To explicitly access the esm export, import the .js file. To explicitly access the commonjs export, import the .cjs file.