Skip to content

Commit 809cb78

Browse files
committed
feat: Add in support for Github-flavored Markdown.
Signed-off-by: Jared Scott <jared.scott@datarecce.io>
1 parent da16e9f commit 809cb78

4 files changed

Lines changed: 1415 additions & 0 deletions

File tree

js/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@
5555
"react-data-grid": "7.0.0-beta.58",
5656
"react-dom": "19.2.0",
5757
"react-icons": "^5.5.0",
58+
"react-markdown": "^10.1.0",
5859
"react-split": "^2.0.14",
60+
"react-syntax-highlighter": "^16.1.0",
61+
"remark-gfm": "^4.0.1",
5962
"simplebar": "^6.3.3",
6063
"simplebar-react": "3.3.2",
6164
"usehooks-ts": "^3.1.1",
@@ -77,6 +80,7 @@
7780
"@types/node": "^24.10.1",
7881
"@types/react": "19.2.5",
7982
"@types/react-dom": "19.2.3",
83+
"@types/react-syntax-highlighter": "^15.5.13",
8084
"globals": "^16.5.0",
8185
"husky": "^9.1.7",
8286
"jest": "^30.2.0",

0 commit comments

Comments
 (0)