Structs§
- Post
- Represents a news post.
Functions§
- convert_
content_ to_ markdown - Uses CloudLLM to convert the Post’s content JSON into Markdown formatted text in a given language.
- universal_
scrape - Scrapes the provided URL and returns a
Post
struct with the extracted data.