Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 506 Bytes

pandoc.md

File metadata and controls

33 lines (23 loc) · 506 Bytes

HOW TO WRITE PANDOC DOCS

YAML HEADER FOR BEAMER

---
title: Presentation title
author: Author's Name
theme: Berlin
colortheme: seahorse
---

EXAMPLE COMMANDS FOR BEAMER

$ pandoc -V theme=Berlin --highlight-style=zenburn -t beamer bash.md -o bash.pdf

EXAMPLE COMMANDS FOR PANDOC

$ pandoc -V geometry:margin=5mm -V theme=Berlin --highlight-style=zenburn -t beamer bash.md -o bash.pdf

SYNTAX

# H1 ## H2
[text](link)

SYNTAX FOR

  • tables
  • bold
  • italic