This repository contains my personal presentation templates using Marp (Markdown Presentation Ecosystem). Marp allows you to create beautiful presentations using simple Markdown syntax.
Before you begin, ensure you have Node.js installed on your system.
- Clone this repository:
git clone htlin222/lizard_marp
cd lizard_marp- Install the required dependencies:
npm install.
├── README.md
├── package.json
├── contents/
│ ├── presentation1.md
│ ├── presentation2.md
│ └── ...
└── ...
All presentation files (.md) must be placed in the contents directory.
To start the development server:
npm run devThis will launch a local server at http://localhost:8080 where you can view all your presentations.
- Create a new
.mdfile in thecontentsdirectory - Use Marp's markdown syntax to create your presentation
- View your presentation in real-time through the development server
To html
npm run build -- contents/YOUR_FILE.mdTo PDF
npm run build:pdf -- contents/YOUR_FILE.mdsee example
---
title: "example"
marp: true
author: Hsieh-Ting Lin
paginate: true
headingDivider: 3
theme: my-theme
footer: "[■](#table-of-contents)"
---
# example
#### 林協霆醫師,和信治癌中心醫院
**Hsieh-Ting Lin, <htlin222@kfsyscc.org>**

# Preface
---
YOUR Content goes here
---
# Takeaway
---
## Table of Contents
[[TOC]]