You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interactive terminals now render Ya's common Markdown output, including headings, emphasis, lists, block quotes, code blocks, links, and simple tables.
--format auto is the default: render in a TTY and preserve raw Markdown when output is redirected or piped.
Use --format terminal to force terminal formatting or --format markdown to preserve source Markdown.
Set NO_COLOR=1 to disable ANSI styles.
中文说明
Markdown 终端渲染
交互式终端现可渲染 Ya 常见的 Markdown 输出,包括标题、强调、列表、引用、代码块、链接和简单表格。
--format auto 为默认行为:TTY 中渲染,重定向或通过管道输出时保留原始 Markdown。