Quotes


Created on 24 Aug, 2018
Last Update on 10 Sep, 2023
26 views
Maintainer
admin

Simple Quotes

Quoting is achieved by starting a line with an Angle Bracket (>)

input:

quote indented:
quote no space after
quote

output:

quote indented:
quote no space after
quote

Lazy Quotes

input:

quote the rest of it
another paragraph
the rest of it

output:

quote
the rest of it
another paragraph
the rest of it

Compound Quotes

input:

header
——>> paragraph>> —>> paragraph

output:

header
——>> paragraph>> —>> paragraph

Nested Quotes

input:

Here’s a quote.
Next line.

Another paragraph in the same quote.
A nested quote.
Back to a single quote.
And finally some unquoted text.

output:

Here’s a quote.
Next line.

Another paragraph in the same quote.
A nested quote.
Back to a single quote.
And finally some unquoted text.


Replies

Comments