mirror of
https://github.com/vale981/riot-katex
synced 2025-03-04 08:41:39 -05:00
No description
![]() Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.11.1 to 0.16.10. - [Release notes](https://github.com/KaTeX/KaTeX/releases) - [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md) - [Commits](https://github.com/KaTeX/KaTeX/compare/v0.11.1...v0.16.10) --- updated-dependencies: - dependency-name: katex dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
icons | ||
.gitignore | ||
example.png | ||
LICENSE | ||
manifest.json | ||
package-lock.json | ||
package.json | ||
package.sh | ||
README.md | ||
riot-katex.js |
Riot/Element KaTeX
This extension injects KaTeX into the Element
chat client for
matrix
.
Writing LaTeX
$$$x^2$$$
renders math block style$$x^2$$
renders math inline
Download and Installation
You can download the extension the firefox addon store.
Example
Building the Extension
- make sure you have npm installed
- run
npm install
, the webextension will be zipped asbuild/katex-riot.zip
and the file structure of the extionsion is written to the folderbuild/katex-riot-pub
for debugging - to clean all build artifacts, just run
npm run clean
Thanks
Thanks to KaTeX for providing the blazingly fast rendering library for LaTeX formulas.