markdown

package
v0.99.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2026 License: MIT Imports: 5 Imported by: 0

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) Render

func (r *Renderer) Render(content string) string

Render converts markdown text to styled terminal output

func (*Renderer) RenderBlock

func (r *Renderer) RenderBlock(content string) string

RenderBlock renders a markdown block with surrounding context

func (*Renderer) SetWidth

func (r *Renderer) SetWidth(width int)

SetWidth updates the renderer width for responsive rendering

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL