# < [Back](index.html)
This is a sample usage of [bespoke-markdown](https://github.com/aaronpowell/bespoke-markdown)
using **markdown as the content** of the slides.
For reference, look for this file in this plugin folder structure:
- `demo/markdown-content.html`
Please, proceed to the next slide.
The structure of the html of a presentation:
```html
# markdown in the slide content
Yayyy! It rocks to write in the markdown format.
# A table
And this is the second slide, with a table.
|First column | Second column | Third column |
|:------------|:-------------:|-------------:|
|Content 1.a | Content 2.a | Content 3.a |
|Content 1.b | Content 2.b | Content 3.b |
```
Go to the next slides to **see how that code gets rendered**.
# markdown in the slide content
Yayyy! It rocks to write in the markdown format.
# A table
And this is the second slide, with a table.
|First column | Second column | Third column |
|:------------|:-------------:|-------------:|
|Content 1.a | Content 2.a | Content 3.a |
|Content 1.b | Content 2.b | Content 3.b |