WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

1.2K

Markdown is usually very convenient and simple.

Quotes in markdown usually work like > quoted text.

Quoted text.

But when quoting large blocks of text, one can't use <blockquote> or [quote] tags.

One has to put > infront of every paragraph separately and between the blank lines.

Of course, one can copy-paste the text into a text editor and add a > infront of each line using regular expressions, but the average user can not do that, and it is not convenient.

Markdown is usually very convenient and simple. Quotes in markdown usually work like `> quoted text`. > Quoted text. But when quoting large blocks of text, one can't use `<blockquote>` or `[quote]` tags. One has to put `>` **infront of every paragraph separately and between the blank lines.** Of course, one can copy-paste the text into a text editor and add a `>` infront of each line using regular expressions, but the average user can not do that, and it is not convenient.

(post is archived)

[–] 1 pt

I mean, yes, that doesn't mean they can't be used for other purposes. That said, I have seen some apps get it right;

>>>

can be used to block quote everything following.