mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: add blockquote regexp (#366)
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user