Why RichText facets in Bluesky
pfrazee.com/blog/why-facetsToday in "our novel form of NIH," why does Bluesky use the richtext facets system instead of Markdown?
// slightly simplified
{
text: "Hello @bob.com",
facets: [
{feature: "mention", index: {start: 6, end: 14}}
]
}