Too complicated for me.
Too complicated for me.
Markdown is intended to be readable without being rendered. I think that is much of the reason.
Might be able to have a big quote option in the textbox that adds a > to every line.
Markdown is intended to be readable without being rendered. I think that is much of the reason.
Might be able to have a big quote option in the textbox that adds a > to every line.
Why not just use code blocks?
Testing
1.2.3.
Yay!
Why not just use code blocks?
```
Testing
1.2.3.
Yay!
```
Code blocks are intended for code, rather than for quoting.
Code blocks are intended for code, rather than for quoting.
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.
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.
(post is archived)