From: Pankaj Jangid <pankaj@codeisgreat.org>
To: Emacs Org Mode <emacs-orgmode@gnu.org>
Subject: <span class="underline"> should be <em>
Date: Fri, 16 Oct 2020 22:40:36 +0530 [thread overview]
Message-ID: <m28sc66qr7.fsf@codeisgreat.org> (raw)
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
next reply other threads:[~2020-10-16 17:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-16 17:10 Pankaj Jangid [this message]
2020-10-16 22:46 ` <span class="underline"> should be <em> Tim Cross
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m28sc66qr7.fsf@codeisgreat.org \
--to=pankaj@codeisgreat.org \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).