Vibe.MD (vibe v0.2.2)

Copy Markdown View Source

Eval-friendly Markdown rendering helpers.

Summary

Functions

code(text, language \\ nil)

@spec code(String.t(), String.t() | nil) :: String.t()

doc(term)

@spec doc(term()) :: Vibe.MD.Doc.t()

join(items)

@spec join([term()]) :: String.t()

puts(term)

@spec puts(term()) :: term()

section(title, body)

@spec section(String.t(), term()) :: String.t()

to_markdown(term)

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

Intentional facade for the public Vibe API boundary.