Skip to content

Commit 60b9259

Browse files
feat: headers in markdown
1 parent e4fc619 commit 60b9259

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"autoprefixer": "^10.4.23",
3232
"caniuse-lite": "^1.0.30001760",
3333
"daisyui": "^4.12.24",
34-
"discord-markdown": "github:draconizations/discord-markdown#9d25e45015766779916baea52c37ae0fe12aac73",
34+
"discord-markdown": "github:Draconizations/discord-markdown#f40d97795f2c8913f6e621daae375d6973fefd63",
3535
"dotenv": "^16.4.5",
3636
"eslint": "^9.39.2",
3737
"eslint-config-prettier": "^10.1.8",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/app.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,18 @@ html {
8383
small {
8484
@apply block text-muted;
8585
}
86+
87+
h1 {
88+
@apply text-xl font-semibold
89+
}
90+
91+
h2 {
92+
@apply text-lg font-semibold
93+
}
94+
95+
h3 {
96+
@apply text-base font-semibold
97+
}
8698
}
8799

88100
/* end of discord markdown styling */

0 commit comments

Comments
 (0)