hexojs / hexo-generator-feed

Feed generator for Hexo.
http://hexo.io
MIT License
569 stars 104 forks source link

fix(template): remove extra spacing #128

Closed curbengh closed 4 years ago

curbengh commented 4 years ago

Current behavior:

    <summary type="html">

      this is an excerpt

    </summary>

Expected behavior:

    <summary type="html">this is an excerpt</summary>
coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 9b5923ec9a3c24a5881ddd65c6edd0bcc3508933 on curbengh:fix-spacing into 76c220b8f43caa78db199f7fd08cfceec78ecc78 on hexojs:master.