You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside the title parameter, defined in the Front Matter, some users can use html tags, for example <br>, <em> or <strong>.
Example of use: Tag in title.
Problem
Open Graph does not support html tags nests inside the og:title property:
Proposal
Adding plainify to clean up these tags will prevent the title from being rendered inappropriately when sharing a page on Facebook for example.
The code of the solution I suggest is in this PR: 68c69c8