O
OpenHub
.icu
/
Markdown Preview
保存图片
保存 PDF
复制 HTML
全屏
# Markdown Preview > 支持 **代码高亮**、图片、表格、引用等。 ## 示例代码 ```python def hello(name: str): print(f"Hello {name}") hello("World") const sum = (a, b) => a + b; console.log(sum(1, 2)); docker build -t markdown-preview . ``` # | Feature | Support | | ---------- | ------- | | Markdown | ✅ | | Highlight | ✅ | | Export PNG | ✅ | | Export PDF | ✅ |
退出全屏 (ESC)