Text selection and syntax highlighting to markdown previews

https://feedback.yaak.app/p/enable-text-selection-in-the-info-section
This commit is contained in:
Gregory Schier
2025-07-27 08:33:44 -07:00
parent 93c6f6d611
commit 835a2e93e9
5 changed files with 352 additions and 3 deletions

View File

@@ -118,9 +118,10 @@
@apply bg-surface-highlight text-text !important;
@apply px-4 py-3 rounded-md;
@apply overflow-auto whitespace-pre;
@apply text-editor font-mono;
code {
@apply text-xs font-normal;
@apply font-normal;
}
}