feat: add blockquote regexp (#366)

This commit is contained in:
boojack
2022-10-29 18:14:53 +08:00
committed by GitHub
parent 43541bde2c
commit 7c401040c8
3 changed files with 24 additions and 1 deletions

View File

@ -77,6 +77,10 @@
@apply px-4 py-1 text-center border border-gray-300;
}
}
blockquote {
@apply border-l-4 pl-2 text-gray-400;
}
}
> .expand-btn-container {