# Functions
Digest returns digest of the webpage content.
ForPublish handles render template for publishing, it returns a Render.
ForReply handles render template for replying to user, it returns a Render.
Title returns the title of the webpage.
# Structs
Collect represents a render data collection.
Discord represents a Discord template data for render.
GitHub represents a GitHub template data for render.
Mastodon represents a Mastodon template data for render.
Matrix represents a Matrix template data for render.
Nostr represents a Nostr template data for render.
Notion represents a Notion template data for render.
Relaychat represents a Relaychat template data for render.
Render represents a Render result.
Slack represents a Slack template data for render.
Telegram represents a Telegram template data for render.
Twitter represents a Twitter template data for render.
XMPP represents a XMPP template data for render.
# Interfaces
Renderer is the interface that wraps the ForReply and ForPublish method.
# Type aliases
Collects represents a set of Collect in a map, and its key is a URL string.