mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 07:43:31 -07:00
Render quotes inline in referenced messages in HTML
This commit is contained in:
parent
4283ef22b1
commit
bd0701cb82
|
|
@ -229,7 +229,11 @@
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
.chatlog__reference-link .hljs {
|
||||
.chatlog__reference-link .chatlog__markdown-quote {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.chatlog__reference-link .chatlog__markdown-pre {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue