preview
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChinesePreview
预览
Use the command to render and open artifacts.
/preview使用 命令来渲染并打开制品。
/previewCommands
命令
| Command | Description |
|---|---|
| Preview the most recent artifact in the browser |
| Preview a specific file |
| Force browser preview |
| Export to PDF via pandoc + LaTeX |
| Clear rendered preview cache |
| 命令 | 描述 |
|---|---|
| 在浏览器中预览最新的制品 |
| 预览指定文件 |
| 强制在浏览器中预览 |
| 通过pandoc + LaTeX导出为PDF |
| 清除渲染预览的缓存 |
Fallback
备选方案
If the preview commands are not available, use bash:
bash
open <file.md> # macOS — opens in default app
open <file.pdf> # macOS — opens in Preview如果预览命令不可用,请使用bash:
bash
open <file.md> # macOS — opens in default app
open <file.pdf> # macOS — opens in Preview