Vibe.Markdown protocol (vibe v0.2.0)

Copy Markdown View Source

Converts structured Vibe/plugin data into Markdown for eval, TUI, and web rendering.

Summary

Types

t()

All the types that implement this protocol.

Types

t()

@type t() :: term()

All the types that implement this protocol.

Functions

to_markdown(term)

@spec to_markdown(t()) :: String.t()