mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-06 04:35:20 +00:00
Do not maintain formatting in ad and transclusion languages
This commit is contained in:
parent
5d606fc5e5
commit
892360071e
@ -74,6 +74,10 @@ blockquote p {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
pre.language-transclusion{
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
pre[class*="language-ad-"]::before {
|
||||
display: block;
|
||||
font-size: 1.4rem;
|
||||
@ -99,6 +103,7 @@ pre[class*="language-ad-"] {
|
||||
position: relative;
|
||||
transition: height .5s ease-in, opacity .5s ease-in;
|
||||
word-break: break-word;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
pre.language-ad-note::before {
|
||||
|
Loading…
x
Reference in New Issue
Block a user