Commit Graph

7 Commits (57249f662e5f4a221f8c9e09fc7300cc5c743c25)

Author SHA1 Message Date
Paul Makles 57249f662e chore: change quote depth limit to 5 from 3 2022-07-11 15:33:57 +01:00
Paul Makles 396dc90149 fix: remove html entities using AST plugin 2022-07-11 15:33:34 +01:00
Paul Makles 18f2e1f8d5 fix: change quote matching Regex 2022-07-09 17:55:13 +01:00
Paul Makles 51fc78df36 fix: underline anchor; prevent jitter on render 2022-07-08 15:45:16 +01:00
Paul Makles 4f6e2e730e fix: actually render HTML out instead of obliterating it 2022-07-08 15:36:18 +01:00
Paul Makles 3245bb753c fix: limit maximum quote depth to 3 2022-07-08 15:19:16 +01:00
Paul Makles e72af54f1c 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