Skip to content

Commit 4e21735

Browse files
committed
fix: 修复Markdown 引用没有样式的bug
1 parent 0de143e commit 4e21735

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.release-it.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"github": {
3-
"release": true,
4-
"web": true
3+
"release": true
54
},
65
"git": {
76
"commitMessage": "chore: release v${version}"

client/web/src/components/Markdown.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,8 @@
2727
margin-top: 0;
2828
margin-bottom: 16px;
2929
}
30+
31+
blockquote {
32+
@apply px-2 text-gray-500 border-l-3 border-gray-500;
33+
}
3034
}

0 commit comments

Comments
 (0)