--- # Bret Pettichord, Thanks.
in: |-
* first line
* second
line
* third line
out: |-
- first line
- second
line
- third line
---
in: |-
p. start
* one
and one
* two
and two
* three
p. end
out: |-
start
- one
and one
- two
and two
- three
end
---
in: |-
Funky:
* Testing
*# number
*##* bullet
*# number
*# number
yeah number
#* bullet
*** okay
****# what
out: |-
Funky:
- Testing
- number
- number
- number
yeah number
---
in: "* command run: @time ruby run-tests.rb > toto@"
out: "\n\t- command run:
time ruby run-tests.rb > toto
\n\t
"