A plugin for reveal.js that support markdown with metadata.
To use the plugin configure reveal.js plugin as:
Reveal.initialize({
hash: true,
// ...
plugins: [ RevealAwesoMD ]
// ...
});
And add the following script tag in index.html
file:
<script src="plugin/awesoMD/awesoMD.js"></script>