org-reveal icon indicating copy to clipboard operation
org-reveal copied to clipboard

How to translate this using org-reveal

Open jiacai2050 opened this issue 1 year ago • 0 comments

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.

jiacai2050 avatar Jan 20 '24 03:01 jiacai2050