సాధనం: datasette.io వార్తల ప్రివ్యూ
datasette.io వెబ్సైట్ అంతర్లీన GitHub రిపోజిటరీలో ఈ news.yaml ఫైల్ నుండి రూపొందించబడిన వార్తల విభాగాన్ని కలిగి ఉంది. YAML ఆకృతి ఇలా కనిపిస్తుంది:
- date: 2026-04-15
body: |-
(Datasette 1.0a27)(https://docs.datasette.io/en/latest/changelog.html#a27-2026-04-15) changes how CSRF protection works in a way that simplifies form and API integration, and introduces a new `RenameTableEvent` for when a table is renamed by a SQL query.
- date: 2026-03-18
body: |-
...
ఈ ఫార్మాట్ని ఎడిట్ చేయడం కొంచెం కష్టం, కాబట్టి లోపాల కోసం తనిఖీ చేయడంలో కొంచెం తక్కువ ఘర్షణ ఉండేలా చేయడానికి క్లాడ్ కస్టమ్ ప్రివ్యూ UIని రూపొందించాను.
సాధారణ చాట్లో భాగంగా GitHub రెపోలను క్లోన్ చేయడానికి మరియు వారి కంటెంట్ను చూసేందుకు క్లాడ్ యొక్క సామర్థ్యాన్ని సద్వినియోగం చేసుకొని నేను ప్రామాణిక claude.ai మరియు Claude కళాకృతులను ఉపయోగించి దీన్ని రూపొందించాను:
Clone https://github.com/simonw/datasette.io and look at the news.yaml file and how it is rendered on the homepage. Build an artifact I can paste that YAML into which previews what it will look like, and highlights any markdown errors or YAML errors

