Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect rendering of quotes #52

Open
Seb-135 opened this issue Apr 11, 2024 · 0 comments
Open

Incorrect rendering of quotes #52

Seb-135 opened this issue Apr 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Seb-135
Copy link

Seb-135 commented Apr 11, 2024

Expected Behavior

Markdown should look similar to how it displays on Discord - quotes prefixed with a single quote mark should only quote one line. The entire message should be quoted only with triple quote marks, or a quote mark on each line.

Actual Behavior

This message (on Discord):
Discord
Renders as such (on DCEF):
DCEF
There is also additional whitespace between the name and the start of the quote.

Steps to reproduce the problem

  1. Send a 2-line message in Discord where the first line is a quote, prefixed with "> ".
  2. Export the channel.
  3. The message will have its second line quoted in DCEF.

Specifications

Environment

  • Operating system: Linux Mint 21
  • CPU Architecture: x86_64 (PC)
  • Flavor: Docker

DiscordChatExporter-frontend

  • Release version or commit hash: v2.9.0
  • Can the issue be reproduced in the demo?: No (no messages with quotes)

DiscordChatExporter

  • Version (CLI --version): v2.39.1

How did you export the data?

  • Export format (CLI --format): Json
  • Markdown processing (CLI --markdown): No

Logs

The message content from the above screenshots, from "print message object to devtools":
"content": "> would require people to open worlds in the newest version and hit /save\nI think that works tbh"

@slatinsky slatinsky added the bug Something isn't working label Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants