From ebfd85780729d2f1cc920e8176ae4c3bd497432e Mon Sep 17 00:00:00 2001 From: walker <13750528578@163.com> Date: Mon, 8 Jun 2026 13:13:19 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E7=A7=BB=E9=99=A4=20README=20=E9=87=8D?= =?UTF-8?q?=E5=A4=8D=E8=AF=AD=E8=A8=80=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ac82122..f84fd44 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ # mark2note -[Landing Page](./README.md) | [中文](./README.zh-CN.md) - `mark2note` converts Markdown into presentation assets through the flow: Markdown -> AI deck JSON -> HTML / PNG. It calls the AI CLI configured in your config file to generate deck JSON, renders HTML, and captures PNG images from the rendered pages. The default primary output remains stable HTML + PNG. When `--animated` or `render.animated.enabled` is enabled, it additionally tries to export one Animated WebP or MP4 per page as an enhancement output. For Xiaohongshu workflows, MP4 is currently the more practical intermediate format before converting to Live Photo. The experimental `--live` / `render.live.enabled` mode additionally tries to build one Live package directory per page and is mainly intended for macOS / iPhone import workflows.