emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* <span class="underline"> should be <em>
@ 2020-10-16 17:10 Pankaj Jangid
  2020-10-16 22:46 ` Tim Cross
  0 siblings, 1 reply; 2+ messages in thread
From: Pankaj Jangid @ 2020-10-16 17:10 UTC (permalink / raw)
  To: Emacs Org Mode

For this org mode text:

#+begin_src org
- This text is /emphasized/
- This text is *in bold*
- This text is _underlined_
- This text uses =a teletype font=
#+end_src

the follow is the HTML output:

#+begin_src
<ul class="org-ul">
<li>This text is <i>emphasized</i></li>
<li>This text is <b>in bold</b></li>
<li>This text is <span class="underline">underlined</span></li>
<li>This text uses <code>a teletype font</code></li>
</ul>
#+end_src

In case of /italics/, CSS class is used whereas for other formatting
cases native HTML elements are used. Shouldn't the _underline_ be
converted into <em> tags?

Regards


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-16 22:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-16 17:10 <span class="underline"> should be <em> Pankaj Jangid
2020-10-16 22:46 ` Tim Cross

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).