# File lib/maruku/output/to_markdown.rb, line 29
def
mysplit
split
.
map
{
|
x
|
x
+
" "
}
end