a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
at major 15 lines 193 B view raw
1{ 2 "lexicon": 1, 3 "id": "pub.leaflet.blocks.math", 4 "defs": { 5 "main": { 6 "type": "object", 7 "required": ["tex"], 8 "properties": { 9 "tex": { 10 "type": "string" 11 } 12 } 13 } 14 } 15}