Deckset

Deck Config

footer: Footer Content Here
slidenumbers: true
build-lists: true
theme: Themename, 4

Headers

# [fit] Full Width

Images

![inline](images/bnr.png)
![25%](images/ruby.png)
![original](images/patterns.jpg)

Code

[.code-highlight: all]
[.code-highlight: 2]
[.code-highlight: 9-12]

Columns

[.column]

Numbered Lists

1. First
1. This will show as a 2 automatically, so you can write a 1 to make it easier to rearrange

Starting with a number other than 1 (but breaks indentation):

`2.` This will really be a 2

Tables

|   Left      |    Centered   |   Right      |
| ----------- | :-----------: | -----------: |
| Cell        |    _Cell_     |    *Cell*    |
| Cell        |   **Cell**    |   __Cell__   |