--- 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: |- html: |- --- name: mixing of textile and XHTML in: |- test Regular *paragraph*.
This is one paragraph. This is another. !an/image.jpg! * A list * in a div.
Another paragraph. html: |-

test

Regular paragraph.

This is one paragraph.

This is another.

Another paragraph.

--- name: mixing of textile and XHTML in: |- test Regular *paragraph*. html: |-

test

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: '
this has been a horizontal rule' html: '


this has been a horizontal rule

' valid_html: false --- name: self closing HTML with following text not recognized comment: it will not recognize the self-closing block element in: '
that was a horizontal rule too' html: '
that was a horizontal rule too' valid_html: false --- name: preserves block html in: |-
123 Anystreet

Explicit paragraph

html: |-
123 Anystreet

Explicit paragraph

valid_html: false --- name: preserves empty block standalone elements in: "
" html: "
" valid_html: false --- name: unfinished standalone HTML in: |-
This is some div text. More div text. html: |-

This is some div text.

More div text.

valid_html: false --- name: unfinished HTML block in: |-
This is some div text. More div text. html: |-
This is some div text.

More div text. valid_html: false --- name: complex example from real life in: |-
h1. Contact Please contact us if you have questions or need help making arrangements.
h2. Tom (540) 555-1212 h3. Jerry (540) 555-1234
html: |-

Contact

Please contact us if you have questions or need help making arrangements.

Tom

(540) 555-1212

Jerry

(540) 555-1234

valid_html: false --- name: embedded javascript in: |- html: |- --- name: inline embedded javascript in: |- Please email me at . html: |-

Please email me at .

--- name: HTML end tag can end paragraph in: |-
This is a paragraph.
html: |-

This is a paragraph.

--- name: HTML end tag can end blockquote in: |-
bq. This is a blockquote.
html: |-

This is a blockquote.

--- name: before table does not affect table in: |-
h2. heading |a|b|c| |d|e|f| html: |-

heading

a b c
d e f
--- name: tilde in innerHTML is not altered # EDITED DUE TO AUTOLINKS in: 'http://foo.com/bar?something=1~2~3' html: '

http://foo.com/bar?something=1~2~3

' --- name: empty block in: |-
html: |-
--- name: objects in paragraphs are not modified in: |-

html: |-