×
visitor@homepage80×24Starting xterm.js
visitor@homepage$ render header.md Home | Posts | Pages | About ———————————————————————————————————————————————————————————————————————————————— This shell is powered by a real Linux kernel running in your browser. Hint: type vim header.md. ———————————————————————————————————————————————————————————————————————————————— visitor@homepage$ render pages/markdown-test ╭──────────────────────────────╮ Markdown Render Test ╰──────────────────────────────╯ Heading 1 中文二级标题 Heading 3 This page checks bold, italic, strikethrough, inline code, and a clickable link. A blockquote should remain readable when it wraps across multiple terminal lines without breaking its prefix or alignment. - Unordered item - 中文列表项目 - Nested item 1. First item 2. Second item [x] Completed task [ ] Pending task [sh]───────────────────────┐ export PS1='test> ' render pages/markdown-test └────────────────────────────┘ ┌──────────┬────────┬─────────────────┐ │ Feature Status Notes │ ├──────────┼────────┼─────────────────┤ │ ANSI │ OK │ Colored text │ │ OSC-8 │ OK │ Clickable links │ │ 中文宽度 │ OK │ 对齐测试 │ └──────────┴────────┴─────────────────┘ ———————————————————————————————————————————————————————————————————————————————— A deliberately long paragraph checks wrapping at the configured terminal width and makes it easy to spot words that overflow, disappear, or leave the final line hidden below the viewport. visitor@homepage$