dmnd/dedent

Strips trailing newline

raine opened this issue · 1 comments

raine commented
dedent(`
  <p>Hello world!</p>\n
`);

becomes <p>Hello world!</p> without newline in the end.

dmnd commented

Definitely buggy, thanks for reporting.