demonstrates how Markdown formatting can work inside Bluesky's inline rich text facet system bluesky-markdown-example.externdefs.workers.dev
typescript bluesky atcute

chore: add attribution to my other repositories

mary.my.id 603de73c 96524896

verified
+2
src/utils/richtext-to-segment.ts
··· 1 + // taken from @atcute/bluesky-richtext-segmenter 2 + 1 3 import type { Facet, FacetFeature } from './token-to-richtext'; 2 4 3 5 export interface RichtextSegment {
+2
src/utils/token-to-richtext.ts
··· 1 + // parts of this code are taken from tangled.sh:@mary.my.id/aglais 2 + 1 3 import Stack from '@mary/ds-stack'; 2 4 3 5 import type { AppBskyRichtextFacet } from '@atcute/bluesky';