Example (2/2)

data.txt

-SLIDE
_TITLE
The slide title
_CONTENT
<img src="me.jpeg">
<ol>
    <li>bullet point 1
    <li>bullet point 2
<!-- look ma, no closing tags! (automatically converts to HTML5 XML) -->


<!-- Markdown syntax is supported -->
* list item 1 [link](http://url.com)
* list item 2 **STRONG** _EMPHASIS_
// (line comment)
_NOTES
<p>Slide notes are displayed separately, can be linked from the host slide

Notes
NO-MARKDOWN <div class="boxed framed"> <h3>data.txt</h3> <p class="code" style="font-size: 0.74em;"> <span class="pale-red"> -SLIDE</span> <br> <span class="pale-blue"> _TITLE</span> <br> <span class="pale-greenx"> The slide title</span> <br> <span class="pale-blue"> _CONTENT</span> <br> <span> &lt;img src="me.jpeg"&gt;<br>&lt;ol&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;li&gt;bullet point 1<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;li&gt;bullet point 2<br>&lt;!-- look ma, no closing tags! (automatically converts to HTML5 XML) --&gt;</span> <br> <br> <span>&lt;!-- <strong>Markdown</strong> syntax is supported --&gt;</span> <br> <span>* list item 1 [link](http://url.com)</span> <br> <span>* list item 2 **STRONG** _EMPHASIS_</span> <br> <span class="pale-green"> // (line comment)</span> <br> <span class="pale-blue"> _NOTES</span> <br> <span class="pale-greenx"> &lt;p&gt;Slide notes are displayed separately, can be <span style="color: #ff00ff;">linked</span> from the host slide</span> </p> </div>