fix: 修复Markdown 引用没有样式的bug

pull/64/head
moonrailgun 3 years ago
parent 0de143e386
commit 4e21735d7b

@ -1,7 +1,6 @@
{ {
"github": { "github": {
"release": true, "release": true
"web": true
}, },
"git": { "git": {
"commitMessage": "chore: release v${version}" "commitMessage": "chore: release v${version}"

@ -27,4 +27,8 @@
margin-top: 0; margin-top: 0;
margin-bottom: 16px; margin-bottom: 16px;
} }
blockquote {
@apply px-2 text-gray-500 border-l-3 border-gray-500;
}
} }

Loading…
Cancel
Save