Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Renderer ¶
type Renderer struct {
// contains filtered or unexported fields
}
Renderer handles markdown to styled terminal output conversion
func NewRenderer ¶
func NewRenderer(themeService domain.ThemeService, width int) *Renderer
NewRenderer creates a new markdown renderer with theme integration
func (*Renderer) RefreshTheme ¶
func (r *Renderer) RefreshTheme()
RefreshTheme rebuilds the renderer with current theme colors Call this when the theme changes
func (*Renderer) RenderBlock ¶
RenderBlock renders a markdown block with surrounding context
Click to show internal directories.
Click to hide internal directories.