As per https://github.com/TryGhost/Ghost/issues/1328: ``` > var sanitize = require('validator').sanitize; undefined > sanitize('Write "Hello, World!"').xss(); 'Write"Hello, World!"' ``` The whitespace after `Write` should not be removed by `.xss()`.