I agree that using a code block is not the right way to handle quotes, but you can control the syntax highlighting in a markdown code block by adding a language identifier.
```
We never once asked for personal donations specifically in the hopes that if this moment ever came, our userbase would appreciate that we were able to make it this long on passion alone, and trust that your donation will make the best possible impact.
```
We never once asked for personal donations specifically in the hopes that if this moment ever came, our userbase would appreciate that we were able to make it this long on passion alone, and trust that your donation will make the best possible impact.
``` text
We never once asked for personal donations specifically in the hopes that if this moment ever came, our userbase would appreciate that we were able to make it this long on passion alone, and trust that your donation will make the best possible impact.
```
We never once asked for personal donations specifically in the hopes that if this moment ever came, our userbase would appreciate that we were able to make it this long on passion alone, and trust that your donation will make the best possible impact.
``` cpp
bool getBit(int num, int i) {
return ((num & (1<<i)) != 0);
}
```
bool getBit(int num, int i) {
return ((num & (1<<i)) != 0);
}
``` python
def add(a, b):
return a + b
```
def add(a, b):
return a + b
It is a play on this type of meme:
It usually depicts a horse starting out being drawn rather well, then drawn progressively worse. Each segment of the horse is associated with a segment of something like a TV show where the quality changed over time.
This Avatar version is implying that all three segments are actually consistently good.