Versions in this module Expand all Collapse all v0 v0.1.0 Mar 17, 2026 Changes in this version + func RenderMarkdown(text string) string + func SetMarkdownWidth(width int) + func WrapText(text string) string + type App struct + func NewApp(cfg *config.Config) *App + func (a *App) Init() tea.Cmd + func (a *App) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (a *App) View() string