mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-07 05:05: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;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre.language-transclusion{
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
|
||||||
pre[class*="language-ad-"]::before {
|
pre[class*="language-ad-"]::before {
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
@ -99,6 +103,7 @@ pre[class*="language-ad-"] {
|
|||||||
position: relative;
|
position: relative;
|
||||||
transition: height .5s ease-in, opacity .5s ease-in;
|
transition: height .5s ease-in, opacity .5s ease-in;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre.language-ad-note::before {
|
pre.language-ad-note::before {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user