Check List
Feature Request
Currently, the Atom <content> element generated by hexo-generator-feed does not explicitly include a type attribute when the content contains HTML. According to RFC 4287 (Atom Syndication Format), the default value is type="text" when the attribute is omitted.
However, in practice the content often contains HTML markup, which should be explicitly declared as:
Otherwise, some feed readers may interpret the content incorrectly or display escaped HTML as plain text(such as Thunderbird).
Additional context
No response
Check List
Feature Request
Currently, the Atom
<content>element generated byhexo-generator-feeddoes not explicitly include atypeattribute when the content contains HTML. According to RFC 4287 (Atom Syndication Format), the default value istype="text"when the attribute is omitted.However, in practice the content often contains HTML markup, which should be explicitly declared as:
Otherwise, some feed readers may interpret the content incorrectly or display escaped HTML as plain text(such as Thunderbird).
Additional context
No response