Table of Contents

IT:AD:Reveal.JS:HowTo

Summary

Off the top of my head, there are only two peeves I have with Reveal.JS. One of which is how the markdown code syntax invariably gets the language wrong when it tries to determine the appropriate scheme to use.

Process

I haven't solved it yet for markdown, but for html, the following is what is needed:


<pre>
  < code class="language-csharp">
  ...
  </ code>
</pre>

Resources