mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-01 15:49:11 +00:00
Render quotes inline in referenced messages in HTML
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user