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 Marp Marp CLI Marp Core