This is simple repository to create slides using markdown and pandoc. Why markdown script? Information source
- Markdown provides semantic meaning for content in a relatively simple way
- You can write rich formatted content extremely quickly (compared to writing directly in HTML tags)
- You can read Markdown easily in plain text before rendered by HTML
- It doesn’t interrupt your workflow with the need to click buttons
- It’s platform-agnostic so your content is not tied to the format of your edito
To quickly summarize your findings and create presentation from it!
pandoc -t beamer sample.md -o sample.pdf
or
Run run.sh