https://github.com/labd/markdown-presentation
Create presentations in Markdown with a LabDigital style.
https://github.com/labd/markdown-presentation
Last synced: 9 months ago
JSON representation
Create presentations in Markdown with a LabDigital style.
- Host: GitHub
- URL: https://github.com/labd/markdown-presentation
- Owner: labd
- Created: 2023-01-16T15:50:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T15:51:05.000Z (over 3 years ago)
- Last Synced: 2025-05-25T02:44:34.129Z (about 1 year ago)
- Language: JavaScript
- Size: 236 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LabDigital Markdown presentation
Create presentations in Markdown with a LabDigital style.
## Quick start
Download a simple static file server and run this folder. E.g.
```bash
yarn global add http-server
http-server -c-1 .
```
The `-c-1` is to disable caching.
You can now view your presentation at http://localhost:8080
## Create your own presentation
Edit `my-presentation.md` to create your presentation using Markdown.
You can improve and add custom styles in `style.css`.
For more information on the presentation specific Markdown syntax and how styling the presentation works, look at the [Remark](https://github.com/gnab/remark/wiki) documentation.
Current supported syntax highlighting include
- js(x)/ts(x)
- (s)css
- python
- go
- bash
- html
If you want more, go to [prismjs.com](https://prismjs.com/download.html) and replace the prism.js and prism.css with your new download.
## Presenting
While viewing your presentation:
- Press "P" to go into presentation mode and
- Press "C" to create a presentation copy that you can display on another screen.
For more tips check the documentation of [Remark](https://github.com/gnab/remark/wiki)
## PDF export
Simply print the html file to pdf inside chrome.