An open API service indexing awesome lists of open source software.

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++

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
```