FormattedText
Inline-formatted user-facing text: a restricted Markdown subset — emphasis, code spans, and [label](url) links — whose links may address a place inside the app with a sessions: URL, alongside the ordinary http(s):, mailto: and relative-path hrefs.
sessions: URLs let the server point at a destination without knowing how any particular client routes to it: the client resolves them against its own surface, and renders the label as plain text when it has nowhere to send the viewer. See documentation/features/app-urls.md for the grammar.
Always paired with a plain-text counterpart, which stays the value to log, copy, or hand to a client that doesn't render formatting.
@example "This division is now full. [Pick a different one](sessions://activity/01K9TQ4Z0000000000000000?view=divisions)." @example "Your card was declined. [Try a different one](sessions:./payment-methods)."