feat(dashboard): add markdown headers and lists

This commit is contained in:
Jake Fulmine 2023-08-13 17:59:10 +02:00
parent 03cb3cc48e
commit 456d33756d
3 changed files with 18 additions and 3 deletions

View file

@ -26,7 +26,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": "https://github.com/repository/discord-markdown#b9608feef6856c9baa68f96c932a25c1d2bc55c2", "discord-markdown": "https://github.com/Draconizations/discord-markdown#fe852ba7bf2f56744a632207a314d749aa12dd65",
"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",

View file

@ -204,3 +204,18 @@ img.emoji {
white-space: nowrap; white-space: nowrap;
border: 0; border: 0;
} }
.card-body h1 {
font-size: 1.5em;
font-weight: bold;
}
.card-body h2 {
font-size: 1.25em;
font-weight: bold;
}
.card-body h3 {
font-size: 1.125em;
font-weight: bold;
}

View file

@ -346,9 +346,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@https://github.com/repository/discord-markdown#b9608feef6856c9baa68f96c932a25c1d2bc55c2": "discord-markdown@https://github.com/Draconizations/discord-markdown#fe852ba7bf2f56744a632207a314d749aa12dd65":
version "2.5.1" version "2.5.1"
resolved "https://github.com/repository/discord-markdown#b9608feef6856c9baa68f96c932a25c1d2bc55c2" resolved "https://github.com/Draconizations/discord-markdown#fe852ba7bf2f56744a632207a314d749aa12dd65"
dependencies: dependencies:
base-64 "^1.0.0" base-64 "^1.0.0"
simple-markdown "^0.7.3" simple-markdown "^0.7.3"