Looks like the module removes all newlines from start and end, but I think it makes more sense to only remove one newline at start and end so that I can add newlines without adding \n
.
// Adds a newline at the end. Currently the newline would be deleted.
dedent`
foo
bar
`