Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 392 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 392 Bytes

RevealJs AwesoMD

A plugin for reveal.js that support markdown with metadata.

Setup

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>