HermanMartinus / bearblog

Free, no-nonsense, super fast blogging.
MIT License
2.39k stars 73 forks source link

Replacing deprecated <content> #156

Closed HoangTuan110 closed 1 year ago

HoangTuan110 commented 1 year ago

Bear is using the <content> tag when rendering the main page content, which is deprecated according to the MDN.

hexpunk commented 1 year ago

If I'm reading MDN correctly, this was never a valid use of <content>. That tag was meant to be used in a shadow DOM context only.

HermanMartinus commented 1 year ago

Resolved 🤝