mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(dashboard): don't parse + in markdown as list
This commit is contained in:
parent
285a0f6542
commit
ffe3ee9050
2 changed files with 3 additions and 3 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
"bootstrap": "^5.1.3",
|
"bootstrap": "^5.1.3",
|
||||||
"bootstrap-dark-5": "^1.1.3",
|
"bootstrap-dark-5": "^1.1.3",
|
||||||
"core-js-pure": "^3.23.4",
|
"core-js-pure": "^3.23.4",
|
||||||
"discord-markdown": "draconizations/discord-markdown#a96eed0e1aaebfaeeb2579d4166a642a9b132e79",
|
"discord-markdown": "github:draconizations/discord-markdown#1f74a7094777d5bdfd123c0aac59d8b10db89b30",
|
||||||
"gh-pages": "^3.2.3",
|
"gh-pages": "^3.2.3",
|
||||||
"highlight.js": "^11.7.0",
|
"highlight.js": "^11.7.0",
|
||||||
"import": "^0.0.6",
|
"import": "^0.0.6",
|
||||||
|
|
|
||||||
|
|
@ -341,9 +341,9 @@ detect-indent@^6.0.0:
|
||||||
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.1.0.tgz#592485ebbbf6b3b1ab2be175c8393d04ca0d57e6"
|
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.1.0.tgz#592485ebbbf6b3b1ab2be175c8393d04ca0d57e6"
|
||||||
integrity sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==
|
integrity sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==
|
||||||
|
|
||||||
discord-markdown@draconizations/discord-markdown#a96eed0e1aaebfaeeb2579d4166a642a9b132e79:
|
"discord-markdown@github:draconizations/discord-markdown#1f74a7094777d5bdfd123c0aac59d8b10db89b30":
|
||||||
version "2.5.1"
|
version "2.5.1"
|
||||||
resolved "https://codeload.github.com/draconizations/discord-markdown/tar.gz/a96eed0e1aaebfaeeb2579d4166a642a9b132e79"
|
resolved "https://codeload.github.com/draconizations/discord-markdown/tar.gz/1f74a7094777d5bdfd123c0aac59d8b10db89b30"
|
||||||
dependencies:
|
dependencies:
|
||||||
js-base64 "^3.7.7"
|
js-base64 "^3.7.7"
|
||||||
simple-markdown "^0.7.3"
|
simple-markdown "^0.7.3"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue