Tyrrrz / DiscordChatExporter

Exports Discord chat logs to a file
MIT License
7.65k stars 699 forks source link

Multi-paragraph quotes are broken into multiple quotes when there's a line containing only `>` in between #1115

Closed Zwelf closed 1 year ago

Zwelf commented 1 year ago

Version

v2.40.0

Flavor

CLI (Command-Line Interface)

Export format

HTML

Details

User sending message

> a
>
> b

a

b

gets rendered in the output as

a

>

b

Example: https://archive.strct.cc/ddnet/2023-07-19/developer.html#chatlog__message-container-1131202274962714645

Steps to reproduce

  1. Send multiparagraph quote
  2. export to html
Tyrrrz commented 1 year ago

I assume the issue also persists in 2.40.3?

Zwelf commented 1 year ago

Thanks for fixing. I can confirm that its working now.