I have a question concerning impress.js. I wanted to use a bulleted list inside a div element of the class "step slide", however I am not able to do this.
Is this not possible or if it is: could you point me to the mistake I am making? The code I use is:
<div class="step slide" data-x="0" data-y="-1500">
<q>aaa</q>
<ul>
<li>aaa</li>
<li>aaa</li>
<li>aaa</li>
</ul>
</div>
The text is appearing but not as list.