## Markdown Using Markdown with Reveal.js is very straightforward.
Simply add the `data-template` attribute to the section.
And then create a `textarea` with the attribute of `data-template`.
The result should look like this: ``` <section data-markdown> <textarea data-template> Markdown content goes here. </textarea> </section> ```