mirror of
https://github.com/vale981/riot-katex
synced 2025-03-04 08:41:39 -05:00
bump version
This commit is contained in:
parent
6f69b25496
commit
525a6fe4b8
2 changed files with 4 additions and 3 deletions
|
@ -9,14 +9,15 @@ This extension injects KaTeX into the `Riot` chat client for
|
|||
- `$$x^2$$` renders math block style
|
||||
- `\(x^2\)` renders math inline
|
||||
|
||||
## Example
|
||||

|
||||
|
||||
## Download and Installation
|
||||
You can download the extension [from
|
||||
here](https://github.com/vale981/riot-katex/releases/latest). Just
|
||||
double click it, or drag it one firefox to install.
|
||||
|
||||
## Example
|
||||

|
||||
|
||||
## Building the Extension
|
||||
- make sure you have npm installed
|
||||
- run `./package.sh`, the webextension will be zipped as
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Riot KaTeX for matrix.tu-dresden.de",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
|
||||
"description": "Renders formulars on matrix.tu-dresden.de chats using KaTeX.",
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue