Let's see an example on how to write single and multiple line quotes using the Markdown syntax.
> Hello, this is a single line quote.
Result:
Hello, this is a single line quote.
To write multiple line quotes, type 2 blank spaces at the end of each line. Replace __
by 2 blank spaces in the following example:
> This is a multine line quote.__
With multiple lines written.__
This is the last line.__
Result:
This is a multine line quote.
With multiple lines written.
This is the last line.
Hi, I'm Erik, an engineer from Barcelona. If you like the post or have any comments, say hi.