Hello, world!

Powered by GmHp

Example

Simply use horizontal rules (<hr>) to separate slides

# Hello, world!

---

### Nailed It!

`<h3></h3>` is the page header!

Plain Text & Quotes

Grumpy wizards make toxic brew for the evil Queen and Jack.

"You go tell that vapid existentialist quack Freddy Nietzsche that he can just bite me, twice."

Unordered List

Ordered List

Image

i-will-never-use-this-code-in-production

Table

Name Age Nationality
John 18 American
Mike 17 English
Luke 20 Chinese

Code Block

def fibonacci():
    a, b = 0, 1
    while True:
        yield a
        a, b = b, a + b

for i in fibonacci():
    if i < 50:
        print(i)
    else:
        break

PDF Export

On Goolge Chrome click on Print... to save this as PDF. Remember select Landscape in layout and None in margins. :)

Influenced By

About

Enjoy your presentation!