Testing blockquotes
"bq. is a valid blockquote tag."
"bq.. Blockquote. Two dots is ok!"
p. "p. paragraph on next line without blank line. Does NOT work! Need a blank line in between, or stays in block quote mode."Next line with a blank line between will remain in block quote mode, only if preceded by a space.
Next line with a blank line between, but without a preceding space, ALSO STAYS IN BLOCKQUOTE. WHY? Because it follows bq.. with two dots?
"p. paragraph on next line WITH blank line."
bq.. " bq.. blockquote. A space before the bq.. tag will cause it not to be a tag."
"bq. blockquote with ONE DOT."
next line with no blank line, no "bq." tag needed to maintain blockquote.
bq. next next line, with no blank line, and "bq." tag. What happens? "bq." tag not interpreted; rather treated as text.
next line WITH a blank line. Reverts to paragraph mode. Because of bq. with ONE dot?
Testing wether blank line between reverts single-dot, but not double-dot, bq to paragraph .
"Two dot bq."
Next line with blank line between. Stays in block quote because of two dots?
Reset to paragraph.
"One dot bq."
Next line with blank line between. Reverts to paragraph?
NOTE: bq. tag behavior was created by James, by editing layout.css.
"p. paragraph"
p. next line no blank line between --> p. is treated as text, not a tag.
p. " p. paragraph? Tag not interpreted because of preceding spaces."
bq[Wtih no dot and braces]
bq.[with a dot, no space after dot, and then braces]
[with a dot, a space, and then braces]
[With a dot, a space, and braces
which end on the next line]
Bold
*"*Start right after open star. End with space between last char and closing star. *" *
"Start right after open star. End right before closing star."
"Strong next line, no line break."
STRONG TWO STARS
No strong.
Strong on next line, no line break.
No strong on next line, no line break.
**Two stars, with space before closer **
** Two stars, with space after opener**
*STRONG
won't work if the closing star is not on the same line.*
Lists using textile markup
- List
- Deeper in list
Lists using smartypants icons.
- Item A
- Item B
- Item C
- Sub-item a
- Sub-item b
- Sub-item c
- Item D

Leave a comment