Harish Vishwakarma
359b3e7686
Fixed katex issue. Now allow $$ for katex
2024-11-15 23:53:14 +05:30
Paul Makles
5363ff2572
feat: raise katex limit to 512, upgrade dependencies
2023-06-18 10:22:01 +02:00
Paul Makles
04027658e6
feat: add more validation to KaTeX in markdown
2023-06-17 16:11:22 +01:00
Paul Makles
61a06c3f1a
fix: re-write blockquote regex to include lists
2022-09-17 13:01:02 +01:00
Paul Makles
2c50d9be6b
chore: disable list behaviour if line starts with plus
2022-09-02 16:29:20 +01:00
Paul Makles
b7a10bb9ab
fix: ensure blockquotes are broken
2022-09-02 14:17:56 +01:00
Paul Makles
07fd598bf9
fix: don't collapse whitespace / newlines
2022-08-18 12:56:21 +02:00
Leda
c2a729a5e0
fix: render markdown inside/after HTML tags
...
fixes #733
2022-08-08 16:02:57 +01:00
Paul Makles
4f3f6e26cf
feat: convert html AST nodes to text
2022-07-13 12:32:39 +01:00
Paul Makles
7f6db77c4f
chore: change quote depth limit to 5 from 3
2022-07-11 15:33:57 +01:00
Paul Makles
924448dc2c
fix: remove html entities using AST plugin
2022-07-11 15:33:34 +01:00
Paul Makles
448722225e
fix: change quote matching Regex
2022-07-09 17:55:13 +01:00
Paul Makles
7e20d5029e
fix: underline anchor; prevent jitter on render
2022-07-08 15:45:16 +01:00
Paul Makles
262b931810
fix: actually render HTML out instead of obliterating it
2022-07-08 15:36:18 +01:00
Paul Makles
4a85dd69cf
fix: limit maximum quote depth to 3
2022-07-08 15:19:16 +01:00
Paul Makles
34bb2bbc13
feat: switch to `remark` from `markdown-it` (big)
...
* replaces old mentions with avatar and display name
* renders things directly through React
* replaces most of the markdown hacks with custom AST components
* adds a tooltip to codeblock "copy to clipboard"
2022-07-08 14:24:48 +01:00