mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-12 22:46:17 +08:00
Disable font ligatures in Markdown inline code
This commit is contained in:
parent
497f372140
commit
e79b6eb1a8
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@
|
|||
|
||||
.markdown code {
|
||||
@apply py-[0.1rem] px-2 rounded-lg text-sm align-middle font-mono bg-gray-200;
|
||||
font-variant-ligatures: none;
|
||||
}
|
||||
|
||||
.markdown pre {
|
||||
|
|
Loading…
Add table
Reference in a new issue