theme:asdf

#asdf

as

---cover

# asdf

---section

# Welcome to Ponyshow

---

# Introduction

- Markdown
- Kramdown
- HTML rendering
- Syntax Highlighting

---

# Images

Local

![](assets/chaplin.jpg)

---

# Images

Remote

![](http://placehold.it/480x320)

---

# Syntax Highlighting

JavaScript Support

```javascript
var foo = function() {
  return "Bar";
}
```
