No description
Find a file
dependabot[bot] 7da723162a
Bump katex from 0.11.1 to 0.16.10
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>
2024-03-25 19:39:58 +00:00
icons add icon 2020-04-10 10:15:37 +02:00
.gitignore add build dir gitignore 2020-04-11 08:13:58 +02:00
example.png add donwload info and examples 2020-04-09 18:31:03 +02:00
LICENSE add license 2020-04-10 10:24:08 +02:00
manifest.json integrate name change to element 2020-07-19 18:27:22 +02:00
package-lock.json Bump katex from 0.11.1 to 0.16.10 2024-03-25 19:39:58 +00:00
package.json Bump katex from 0.11.1 to 0.16.10 2024-03-25 19:39:58 +00:00
package.sh pimp readme and build system 2020-04-10 10:16:38 +02:00
README.md integrate name change to element 2020-07-19 18:27:22 +02:00
riot-katex.js integrate name change to element 2020-07-19 18:27:22 +02:00

Icon 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

Example

Building the Extension

  • make sure you have npm installed
  • run npm install, the webextension will be zipped as build/katex-riot.zip and the file structure of the extionsion is written to the folder build/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.