--- in: '*this is strong*' html: '
this is strong
' general_disable_inline: '*this is strong*
' --- in: '*this test is strong*' html: 'this test is strong
' --- in: 'A simple ' html: 'A simple
' --- in: 'A simple ' html: 'A simple
' --- name: no breaks between HTML elements in: |-Regular paragraph.
This is one paragraph.
This is another.
Another paragraph.
--- name: mixing of textile and XHTML in: |- Regular *paragraph*. html: |-Regular paragraph.
--- name: wraps inline HTML in paragraphs in: 'asd blabla "google":http://google.com' html: 'asd blabla google
' --- name: self closing XHTML with following text not recognized comment: it will not recognize the self-closing block element in: 'Explicit paragraph
html: |-Explicit paragraph
valid_html: false --- name: preserves empty block standalone elements in: "This is some div text.
More div text.
valid_html: false --- name: unfinished HTML block in: |-Please contact us if you have questions or need help making arrangements.
(540) 555-1212
(540) 555-1234
Please email me at .
--- name: HTML end tag can end paragraph in: |-This is a paragraph.
This is a blockquote.
a | b | c |
d | e | f |