mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-31 10:04:08 +03:00
fix: fix issue with broken markdown caused by marked bug
This commit is contained in:
parent
477c01a9de
commit
70cf29328e
|
@ -137,7 +137,7 @@
|
|||
"json-schema-ref-parser": "^5.1.2",
|
||||
"lunr": "^2.3.2",
|
||||
"mark.js": "^8.11.1",
|
||||
"marked": "^0.5.1",
|
||||
"marked": "https://github.com/markedjs/marked#fb48827",
|
||||
"memoize-one": "^4.0.0",
|
||||
"mobx-react": "^5.2.5",
|
||||
"openapi-sampler": "1.0.0-beta.14",
|
||||
|
|
|
@ -5590,9 +5590,9 @@ mark.js@^8.11.1:
|
|||
version "8.11.1"
|
||||
resolved "https://registry.yarnpkg.com/mark.js/-/mark.js-8.11.1.tgz#180f1f9ebef8b0e638e4166ad52db879beb2ffc5"
|
||||
|
||||
marked@^0.5.1:
|
||||
"marked@https://github.com/markedjs/marked#fb48827":
|
||||
version "0.5.1"
|
||||
resolved "https://registry.yarnpkg.com/marked/-/marked-0.5.1.tgz#062f43b88b02ee80901e8e8d8e6a620ddb3aa752"
|
||||
resolved "https://github.com/markedjs/marked#fb48827236ed3a43e611d2adb3c070ca3f55ed8e"
|
||||
|
||||
math-random@^1.0.1:
|
||||
version "1.0.1"
|
||||
|
|
Loading…
Reference in New Issue
Block a user