Documentation
¶
Overview ¶
Package markdown provides shared markdown-to-terminal rendering used by both the preview pane and the chat panel.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderStatic ¶
RenderStatic renders markdown content using glamour and returns the result as a slice of lines. This is a pure function safe for concurrent use in tea.Cmd goroutines.
func Style ¶
func Style() gansi.StyleConfig
Style returns a glamour DarkStyleConfig with heading prefixes removed so that "## Heading" renders as styled "Heading" without the leading hash marks.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.