mark2note converts Markdown into presentation assets through the flow: Markdown -> AI deck JSON -> HTML / PNG, with optional animated, Live Photo, Apple Photos, and Xiaohongshu publishing workflows.
Download the archive for your platform from GitHub Releases, for example:
tar -xzf mark2note_<tag>_<os>_<arch>.tar.gz
./mark2note --helpYou can also build from source when developing locally:
bash ./build.sh
./mark2note --helpcp configs/config.example.yaml configs/config.yaml
./mark2note --input ./article.mdUpdate configs/config.yaml for your AI CLI, output directory, theme, author, and watermark before running real workloads.
HTML + PNG remain the primary stable outputs. Optional animation features can export Animated WebP or MP4, or experimental Live packages when render.live.enabled is enabled. Animated WebP export needs img2webp; MP4 and Live export need ffmpeg; Live package export also needs exiftool. The capture-html command does not export Animated WebP, MP4, or Live packages.
See LICENSE.