Jekyll

Playground

some text \\ then some text becomes:

some text
then some text

Comments from @cormullion, issue #201

function foo()
    return 3
end

function bar()
    return foo() + 5
end