ink-web-ui
Components

Markdown Renderer

Render markdown documents in the terminal with syntax highlighting and inline formatting

Demo

Click the terminal below and use tab to switch between sample documents.

Features

  • Headings with distinct colors for h1, h2, h3
  • Inline formatting for bold, italic, bold+italic, strikethrough, and inline code
  • Fenced code blocks with language labels
  • Lists including bullets and numbered items with nesting support
  • Blockquotes with styled pipe indicators
  • Links rendered as underlined cyan text
  • Horizontal rules as separator lines
  • Scrollable with vim-style navigation

Keybindings

  • j / k scroll down/up
  • g scroll to top
  • G scroll to bottom
  • tab next document

On this page