A library for presentation on web ☕
- ✍ Show presentation in markdown
- 🤣 Zero-config
- 🙂 Realtime question manager
- 📔 Speaker notes
- 👩🏻Presentation Mode
go get -u github.com/Mrzrb/show/cmd/showCreate a markdown file, for example test.md:
# Title 这是
* Point 1
* Point 2
^--
## Second slide
> Best quote ever.
| Column 1 | Column 2 | Column 3 |
| :------------- | :----------: | -----------: |
| Cell Contents |  |  And Again |
| You Can Also | Put Pipes In | Like this \| |
Note: speaker notes FTW!Then run it:
```sh
show -f test.md
```
Now you have:
- Presentation server on :
http://localhost:8080 - Question list server on :
http://localhost:8080/question - Ask server for audience on :
http://ip:8080/question,ipis shown when you runshow, share it to your audience!
Tips: You can hint Like icon to show question On Presentation Mode





