Notebooks for iPhone Answers

Block Quotes

Allen Gilman, November 02, 2011 19:00

Does your app have block quote functionality? If not, is there possible implementation in the future?

Alfons Schmid, November 03, 2011 08:20

Hi Allen,

you can use Markdown syntax for block quotes (see http://daringfireball.net/projects/markdown for more about Markdown). Notebooks then converts your text to formatted HTML, which perfectly displays the block quotes.

By the way: you define a block quote by starting a line with "> "

Hope that helps.
Alfons