created: 20131206154636572 modified: 20131206162157596 tags: WikiText title: Block Quotes in WikiText type: text/vnd.tiddlywiki caption: Block Quotes There are two ways to produce HTML block quotes in TiddlyWiki5, one for content spread across multiple lines, and one for single line content. ! Multi-line Block Quotes The syntax for multi-line block quotes is: <> !! Citation A citation can be added to the quote like this: <> !! CSS Classes CSS classes can be added to a block quote: <> ! Single-line Block Quotes The single-line syntax for block quotes is actually an extension of the syntax for [[Lists in WikiText]]. For example: < Quoted text > Another line of quoted text ">> You can also nest quotes like this: ``` > A top quote >> A subquote > Another top quote ``` Which renders as: > A top quote >> A subquote > Another top quote You can also mix block quotes with other list items. For example: < A quote **> Another quote * List Three ">>