mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-28 13:44:12 -04:00
Render quotes inline in referenced messages in HTML
This commit is contained in:
parent
4283ef22b1
commit
bd0701cb82
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue