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

Weird behaviour on one particular mail #146

Closed
francislavoie opened this issue Aug 19, 2020 · 5 comments
Closed

Weird behaviour on one particular mail #146

francislavoie opened this issue Aug 19, 2020 · 5 comments

Comments

@francislavoie
Copy link
Contributor

https://externals.io/message/111312#111628

It was rendered as ... but clicking View Source revealed that there was in fact a mail sent.

I don't know enough to understand why this wasn't parsed correctly but I figured I'd mention it just in case.

@mnapoli
Copy link
Owner

mnapoli commented Aug 20, 2020

Here is the content of the email:

> With the choice being @@ or @{} - nothing would stop someone (not me ;-)=
)
> to make an RFC for 8.1 or later proposing to add a second syntax.
Sure. If @@ would end up winning again (who knows at this point), at
least one positive thing is that @{} could be added later without having
a BC break, which reduces the potential future benefits of an enclosed
syntax, as it is still possible if needed.

It is then rendered as Markdown. Let's have a look using GitHub's markdown rendering:

With the choice being @@ or @{} - nothing would stop someone (not me ;-)=
)
to make an RFC for 8.1 or later proposing to add a second syntax.
Sure. If @@ would end up winning again (who knows at this point), at
least one positive thing is that @{} could be added later without having
a BC break, which reduces the potential future benefits of an enclosed
syntax, as it is still possible if needed.

As we can see, the author started typing in the quote, which makes a big blockquote. And on externals.io we collapse (i.e. replace with ...) the last quote, because usually it's the email we are replying to.

In the end, I'm not sure there is much we can do here :/

@staabm
Copy link
Contributor

staabm commented Aug 20, 2020

Maybe add something which allows to expand the text when pressing on "..."?

@mnapoli
Copy link
Owner

mnapoli commented Aug 20, 2020

@staabm yes good point! I'll keep the issue open.

@gharlan
Copy link

gharlan commented Jul 19, 2021

There is already an issue for this: #50

@mnapoli
Copy link
Owner

mnapoli commented Jul 19, 2021

👍 thanks

@mnapoli mnapoli closed this as completed Jul 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants