Documentation ¶ Overview ¶ Package render provides terminal rendering utilities. Index ¶ func RenderMarkdown(content string, noColor bool) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func RenderMarkdown ¶ func RenderMarkdown(content string, noColor bool) (string, error) RenderMarkdown renders markdown content for terminal display. If noColor is true, returns the content unchanged. Otherwise, uses glamour to render with auto-detected style and word wrap. Types ¶ This section is empty. Source Files ¶ View all Source files markdown.go Click to show internal directories. Click to hide internal directories.