Sander Ploegsma
04/18/2019, 8:11 AM<meta prefix="og <http://ogp.me/ns#>" property="og:title" content="title" />
But the META
class doesn't seem to support the prefix
and property
attributes. Currently I'm using unsafe
to render the raw HTML, but I'd prefer not to.r4zzz4k
04/18/2019, 8:29 AMattributes
.Sander Ploegsma
04/18/2019, 8:42 AMmeta {
attributes["prefix"] = "og <http://ogp.me/ns#>"
attributes["property"] = "og:title"
content = "title"
}