Skip to content

Commit

Permalink
feat: add complete markdown preview (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilkalburgi authored Mar 10, 2024
1 parent 89335b5 commit 940e6e1
Show file tree
Hide file tree
Showing 17 changed files with 3,033 additions and 42 deletions.
1,268 changes: 1,254 additions & 14 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
},
"devDependencies": {
"@asyncapi/react-component": "^1.2.7",
"@types/ejs": "^3.1.5",
"@types/glob": "^7.2.0",
"@types/js-yaml": "^4.0.5",
"@types/mocha": "^9.1.1",
Expand All @@ -146,7 +147,9 @@
},
"dependencies": {
"@asyncapi/parser": "^3.0.7",
"ejs": "^3.1.9",
"markdown-it": "^14.0.0",
"mermaid": "^10.8.0"
"@types/markdown-it": "^13.0.7",
"markdown-it": "^14.0.0"
}
}
Loading

0 comments on commit 940e6e1

Please sign in to comment.