If the entire input is stripped out, this used to return `nil` which caused downstream parsing to fail. Instead, return `[]` which is the Floki representation of an empty tree. Fixes #36
If the entire input is stripped out, this used to return `nil` which caused downstream parsing to fail. Instead, return `[]` which is the Floki representation of an empty tree. Fixes #36