-
This is an request for comments on supporting TeX markup to Nostr.
**Update 2023/02/03**:
- Prefixed `"katex"` tag with `"t", `.
- Use custom *regular event* instead of *metadata* event for mac…
-
- set `overflow-x: scroll;`
- make sure it is keyboard focusable `tabindex=0`, but only when it actually overflows: `scrollWidth` exceeds `clientWidth` for the container
- provide signifier to indic…
JanDW updated
3 years ago
-
- **OS Version**: macOS 10.14.5
- **Notable Version**: 1.6.2
### Current behavior
latex \dfrac large fraction render is not correct in Chinese. Line height is too small.
source mark down
…
-
Hi, would you be open to the following amendment?
```
try {
var html = katex.renderToString(expr);
} catch(err) {
var html = "" + err + "";
}
```
I'm using supermarked with instant-markdown-…
-
First of all, thank you for creating this initiative! It looks the most promising for our the ruby/rails environment. I am looking forward to see if there is any option to use the auto-render extensio…
-
It would be great to have katex support. It is way faster in rendering math code when dealing with physical texts. I am aware of markdown-preview-enhanced but there are much more things which disturb …
-
For katex, we can use \\ to insert a new line in a math-env.
When I use \\ to insert a new line in Editor, it works fine but not preview.
If I use \\\\ , the post works fine but not editor...
…
-
### Description
As per the comment posted on the [KaTeX integration PR](https://github.com/mermaid-js/mermaid/pull/2885#issuecomment-2027289413), math does not render at all despite GitHub upgrading …
-
There's been a bit of confusion e.g. recently in #624. Basically
* `$$ XXX $$` the entire content of `XXX` is passed un-touched to KaTeX
* `\begin{EEE} XXX \end{EEE}` the entire content of `XXX` i…
-
When I using it in my android project ,the size of text is small even if i setting textsize property to some value in xml file it shows same size text.Also problem in centring the text.Here is my cod…