# < [Back](index.html) This is a sample usage of [bespoke-markdown](https://github.com/aaronpowell/bespoke-markdown) using **mixed html and markdown as the content** of the slides. For reference, look for this file in this plugin folder structure: - `demo/mixed-content.html`

Please, proceed to the next slide.
The structure of the html of a presentation: ```html
# A markdown slide - You can write text [with links](http://example.com). - Or make them **bold** with double \* - Or _italics_, maybe, with _

A plain html slide

This is plain html here.

We can write **double asterisks** and they don't become bold.

``` Slides with the `data-markdown` attribute will be rendered as markdown, and the slides without it as html (either `data-markdown` or `data-markdown=""` will work). Go to the next slides to **see how that code gets rendered**.
# A markdown slide - You can write text [with links](http://example.com). - Or make them **bold** with double \* - Or _italics_, maybe, with _

A plain html slide

This is plain html here.

We can write **double asterisks** and they don't become bold.