All checks were successful
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
15 lines
369 B
JSON
15 lines
369 B
JSON
{
|
|
"id": "katex-renderer",
|
|
"title": "KaTeX Math",
|
|
"version": "1.0.0",
|
|
"type": "extension",
|
|
"tier": "browser",
|
|
"author": "switchboard",
|
|
"description": "Renders LaTeX math expressions: ```latex blocks and inline $...$ / $$...$$ syntax",
|
|
"requires": ["chat"],
|
|
"permissions": [],
|
|
"tools": [],
|
|
"surfaces": [],
|
|
"settings": {}
|
|
}
|