mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 11:18:39 +00:00
Add Building from Source
& update Security
documentation (#1516)
* Add `Building from Source` documentation * Update security.md documentation * Fix grammars
This commit is contained in:
@@ -24,6 +24,9 @@ Download the latest version from [here](https://github.com/Khan/KaTeX/releases),
|
||||
copy `katex.js`, `katex.css`(or `katex.min.js` and `katex.min.css` to use minified
|
||||
versions) and `fonts` from `/katex`, and include like above.
|
||||
|
||||
You can also build from source. See [Building from Source](node.md#building-from-source)
|
||||
for more details.
|
||||
|
||||
## Bundler
|
||||
Use [`Node.js` package managers](node.md) to install KaTeX and require it in your
|
||||
project. Then bundle using bundlers like [webpack](https://webpack.js.org/) or
|
||||
|
Reference in New Issue
Block a user