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