diff --git a/index.js b/index.js index b2bd449..2c7b66f 100755 --- a/index.js +++ b/index.js @@ -57,5 +57,5 @@ module.exports = function(input){ return html } - return parseFile(input); + return parseFile(input).trim(); };