Feat/render math plugin - #399
Conversation
|
Interesting, this renders locally but not deployed. Likely a CSP problem. I'll look into it. |
163c10d to
724261a
Compare
|
So actually deploying the plugin (or rather mathjax loading from an external CDN) forces me to do an amount of CSP hole punching I'm not comfortable with. |
6a221c8 to
7fa8c04
Compare
|
So what do we do? I think math is an essential feature. It makes the post much nicer and more readable. |
|
on https://viereck.ch/latex-to-svg/ If you set the color to #FFFFFF and download it you get something like this: (this is an svg uploaded in my comment) |
7fa8c04 to
b68424f
Compare
|
I also favored the manual SVG approach until I remembered that inline math typesetting is also quite desirable to have (and not as easy to do with images). I wish there was a server side solution for this (as it would be the most elegant in this case), but there isn't afaict. |
40ee3e2 to
de3eca4
Compare
|
@jclsn this works now (apart from rendering equations in the summary text, but thats a known upstream issue I don't want to look into). |
| authors: Nikolaus Einhauser | ||
| status: draft | ||
| comments: yes | ||
| math: yes |
There was a problem hiding this comment.
this is important, any article that wants to use math needs to opt into it (because I don't want to load it on every single article that doesn't need it)
033d6bf to
0e99e52
Compare
0e99e52 to
8e3e97b
Compare
0435171 to
03baaf2
Compare
03baaf2 to
8e3e97b
Compare
|
Merged through #398 |
Since this will be useful for #398
Preview