org-reveal
org-reveal copied to clipboard
How to translate this using org-reveal
Hi maintainer,
<section>
<h2>What is Python</h2>
<ul>
<li>Python is a widely used high-level, general-purpose, <span class="fragment highlight-red">interpreted</span>, <span class="fragment highlight-red">dynamic</span> programming language</li>
<li>Python supports multiple programming paradigms, including , <span class="fragment highlight-red">object-oriented</span>, <span class="fragment highlight-red">imperative</span> and <span class="fragment highlight-red">functional programming</span> or procedural styles.</li>
</ul>
</section>
How can I produce html above using org-reveal's frag support.