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

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

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

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

Loading…
Cancel
Save