mirror of
https://github.com/vale981/riot-katex
synced 2025-03-04 08:41:39 -05:00
restore legacy inline delimiter
This commit is contained in:
parent
4799ac8a2b
commit
423cb99399
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Riot KaTeX",
|
||||
"version": "1.0.9",
|
||||
"version": "1.1.0",
|
||||
|
||||
"description": "Renders formulas on riot chat instances chats using KaTeX.",
|
||||
|
||||
|
|
|
@ -18,7 +18,8 @@
|
|||
const math_config = {
|
||||
delimiters :[
|
||||
{left: "$$$", right: "$$$", display: true},
|
||||
{left: "$$", right: "$$", display: false}
|
||||
{left: "$$", right: "$$", display: false},
|
||||
{left: "\\(", right: "\\)", display: false},
|
||||
],
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue