TxStyle · Textile Documentation

The Textile Markup Reference for Textpattern


Block quotations

Block quotations designate long quotations where a paragraph break is appropriate. It ends with a blank line.



Input (editable)

Browser
HTML

More about: Block quotations

1) Block quotes may include a citation URL immediately following the period:

bq.:http://textpattern.com/ A cited quotation.

2) For more than one paragraph, use two periods. Any block modifier to follow, such as p. will end the block quotation:

bq.. Beginning of the quotation.
 
Another paragraph, also part of the quote.
 
p. Normal text continues here.

3) Add a <footer> for identifying the source.

bq. A journey of a thousand miles begins with a single step.
<footer>Confucius (circa 551-478 BC)</footer>

Paste code into the box above.

Further reading: Block quotations




PHP Textile v3.7.0