Markdown support for TextPreviews (#396)

* add markdown-to-jsx dependency

* replace TextPreview with Markdown

* basic table styling

* add light mode backgroundColor
This commit is contained in:
Maurice Schorn
2024-02-04 18:50:43 +01:00
committed by GitHub
parent c189cd97a5
commit 43d186a370
4 changed files with 59 additions and 12 deletions

View File

@@ -23,6 +23,7 @@
"file-saver": "^2.0.5",
"jose": "^4.14.4",
"jwt-decode": "^3.1.2",
"markdown-to-jsx": "^7.4.1",
"mime-types": "^2.1.35",
"moment": "^2.29.4",
"next": "^13.4.12",