Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 778 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 778 Bytes

Marp Template

Prerequisites

  • Node.js v23.3.0 or later
  • A text editor with Markdown support

Installation

git clone https://github.com/posaune0423/marp-template.git
cd marp-template
npm install

Preview current slides

npm run preview

Build slides and generate pptx and pdf

npm run build:pptx
npm run build:pdf

Customize

How to add custom syntax highligt for the specific language

see src/lib/highlight-sol.js

How to add custom theme

see src/themes/eth.css#L111

References