Render library README code blocks without highlighting; hljs (#1538)

Co-authored-by: Julio Estrada <estradacjulio@gmail.com>
This commit is contained in:
Greg Kaleka
2024-12-11 13:32:19 -05:00
committed by GitHub
parent 3dee4b0a7d
commit b44c1cab6c
5 changed files with 50 additions and 17 deletions

View File

@@ -147,12 +147,6 @@
#libraryReadMe table {
@apply table-auto w-full;
}
#libraryReadMe code,
#libraryReadMe kbd,
#libraryReadMe samp,
#libraryReadMe pre {
@apply bg-transparent;
}
#libraryReadMe a {
@apply text-sky-600 dark:text-sky-400;
}