--- in: '*this is strong*' html: '
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: |-I spoke.
And none replied.
I spoke.
And none replied.
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 |
http://foo.com/bar?something=1~2~3
' --- name: empty block in: |- html: |- --- name: objects in paragraphs are not modified in: |- html: |- --- name: in code escaped properly in: "some bold text
"
html: "some <b>bold</b> text
"
---
name: in code with class attribute escaped properly
in: "some bold text
"
html: "some <b>bold</b> text
"
---
name: notextile beginning the line
in: |-
Sir Bobby Robson, is a famous footballer
--- name: br tag with class in: "br(clear). " html: "