Marp

詳細情報

タイトル Marp
URL https://marp.app/#get-started
バージョン ver 4.1.1
更新日 2025/01/20
追加日 2016/07/20
種別 フリーソフト / オープンソース(MIT)
説明 Markdown対応のプレゼンテーションアプリ。

レビュー

Electron製でMac/Linux/Windows用のバイナリをダウンロードできる。

スクリーンショット

更新グラフ

バージョン履歴

v4.1.1

Fixed

  • Improve LibreOffice handling in experimental --pptx-editable option (#632)
    • Detect LibreOffice automatically that was installed in Windows by Scoop (#631, #632)
  • Fix returning wrong file extension in concurrent requests on server mode (#633, #634)
v4.1.0

Added

  • Introduce parallelism for batch conversion: --parallel / -P (#509, #628, #629)
  • [Experimental] --pptx-editable option to convert Markdown into editable PPTX (#166, #298, #626)

Fixed

  • Make the preview option stable against occasional invalid URL errors (#627)
  • Generate V8 compile cache when building container image (#630)
v4.0.4

Added

  • Make faster launching CLI on Node.js 22.8.0 and later, by enabling Node.js compile cache with module.enableCompileCache() (#624)

Changed

  • Upgrade dependent packages to the latest versions (#623, #625)
  • Upgrade Marpit to v3.1.2 (#625)
  • Upgrade Marp Core to v4.0.1 (#625)
  • Upgrade Node.js LTS version to the latest version (#625)
v4.0.3

Added

  • Allow to disable GPU use of Chrome through CHROME_DISABLE_GPU environment variable (#592, #617, #618)
v4.0.2

Fixed

  • Fix packaging script for standalone binaries (#616)
v4.0.0

Important

See also https://github.com/orgs/marp-team/discussions/533 about new changes in Marp Core.

⚡️ Breaking

  • End-of-Lifed Node.js 16 is no longer supported, and required Node.js 18 and later (#591)
  • Upgrade Marp Core to v4.0.0 (#591)
    • The slide container of built-in themes became the block element and adopted safe centering
    • Relax HTML allowlist: Allowed a lot of HTML elements and attributes by default
  • The container image is now based on Debian instead of Alpine (#608)

Added

  • Initial support for Firefox / WebDriver BiDi protocol during conversion (#565, #597)
  • --browser and some related options to control the b
(省略されました)
v3.4.0

Changed

  • Upgrade Marpit to v2.6.1 (#557)
    • Added lang global directive
  • Upgrade Marp Core to v3.9.0 (#557)
    • Enabled CSS container query support for child elements of section element by default
  • Upgrade dependent packages to the latest versions (#557)
  • Reflect the language defined in lang global directive to <html> element (#542, #558)

Added

  • CI testing against Node.js v20 (#559)

Fixed

  • Enable PNG image transparency (#555, #556)
v3.3.1

Fixed

  • Improve stability of in-memory preview for large content (#553)
  • Accessibility: Render CLI's kind output in a specific color instead of ANSI color (#552, #554)
v3.3.0

Added

  • Support the project configuration file written in TypeScript marp.config.ts (#548, #549)
  • defineConfig helper for writing typed configuration (#549)
  • Recognize CHROME_NO_SANDBOX env to allow opt-out of the Chrome/Chromium sandbox during conversion explicitly (#543, #550)

Changed

  • Upgrade Marpit to v2.5.3 (#548)
  • Upgrade Marp Core to v3.8.1 (#548)
  • Upgrade development Node.js LTS to v18.18.0 (#547)
  • Upgrade dependent packages to the latest versions (#548)

Fixed

  • A huge document fails generating PDF/PPTX/images by net::ERR_AB
(省略されました)
v3.2.1

Added

  • Allow async render() in the custom engine (#540 by @GuillaumeDesforges)

Changed

  • Replace is-docker to is-inside-container for detecting more virtualized containers (#543, #544)
v3.2.0

Changed

  • Upgrade Marp Core to v3.8.0 (#536)
    • This core is no longer depending on the global highlight.js instance, in favor of the instance-specific highlight.js that is accessible through highlightjs getter
  • Upgrade Node.js LTS (#536)
  • Upgrade dependent packages to the latest versions (#535, #536, #537)