https://github.com/kvaps/shl-marp-theme
Marp presentation theme for SaintHighload++
https://github.com/kvaps/shl-marp-theme
Last synced: 5 months ago
JSON representation
Marp presentation theme for SaintHighload++
- Host: GitHub
- URL: https://github.com/kvaps/shl-marp-theme
- Owner: kvaps
- Created: 2021-09-07T10:19:01.000Z (almost 5 years ago)
- Default Branch: lord
- Last Pushed: 2021-09-07T10:31:46.000Z (almost 5 years ago)
- Last Synced: 2025-07-17T19:44:21.192Z (12 months ago)
- Homepage:
- Size: 4.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Marp presentation theme for SaintHighload++
Run server for live-editing mode:
```
marp -s --html .
```
Make HTML-version:
```
marp --html ./main.md
```
Make PDF-version:
```
marp --pdf --html --allow-local-files ./main.md
```