Packages
Multi-surface application runtime for Elixir. One TEA module renders to terminal, browser (LiveView), SSH, and MCP (agents). 30+ widgets, flexbox + CSS grid, AI agent runtime, distributed swarm with CRDTs, time-travel debugging, session recording, sandboxed REPL, and agentic commerce.
Current section
Files
Jump to
Current section
Files
lib/raxol/docs/catalog_data/display/markdown_renderer.exs
alias Raxol.Docs.ComponentCatalog.{Component, Example, Property}
%Component{
id: :markdown_renderer,
name: "Markdown Renderer",
module: Raxol.UI.Components.MarkdownRenderer,
description: "Renders Markdown text into HTML.",
examples: [],
properties: [
# Property :markdown_text expected via introspection
],
tags: ["display", "text", "markdown"]
}