# [bespoke-markdown](https://github.com/aaronpowell/bespoke-markdown)


This plugin allows you to write your
[bespoke.js](https://github.com/markdalgleish/bespoke.js) presentations using
the [_(GitHub flavored)_ markdown format](https://help.github.com/articles/github-flavored-markdown)
instead of authoring them only in plain HTML.

There are 4 ways of using it:
<dl>
  <dt><a href="markdown-content.html" class="label">markdown content</a></dt> <dd>Use markdown for the
  **content** of the slides</dd>
  <dt><a href="markdown-external.html" class="label">markdown external</a></dt> <dd>Use an **external markdown
  file** for the whole presentation</dd>
  <dt><a href="mixed-content.html" class="label">html + markdown content</a></dt> <dd>Use mixed slides
  with content in **HTML or markdown**</dd>
  <dt><a href="mixed-external.html" class="label">html + markdown external</a></dt> <dd>Use mixed slides with content in **HTML**
  or loaded with an **external markdown file**</dd>
</dl>

Click on one of those options to see details on how to use them.
