From: Vangelis Evangelou <evangelou@gmail.com>
To: emacs-orgmode@gnu.org
Subject: [BUG] Markdown export of description list with nested list [9.5.2 (release_9.5.2-25-gaf6f12 @ /usr/local/share/emacs/28.1/lisp/org/)]
Date: Thu, 1 Sep 2022 09:09:35 +0100 [thread overview]
Message-ID: <CAD1AF2cQKz-Pcc3+GxjEMWCx2eLhieY2WcsdcHbcrruAGbmz5w@mail.gmail.com> (raw)
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
------------------------------------------------------------------------
The following example is not exported correctly to markdown.
- description item 1 ::
+ list 1
+ list 2
- description item 2 ::
+ list 3
+ list 4
The example consists of a description list, where each item is described
by a list. There is no text following ::. Calling
org-md-export-as-markdown gives me
- **description item 1:** - list 1
- list 2
- **description item 2:** - list 3
- list 4
when instead should give
- **description item 1:**
- list 1
- list 2
- **description item 2:**
- list 3
- list 4
The example is exported to html correctly.
Emacs : GNU Emacs 28.1 (build 1, x86_64-pc-linux-gnu, X toolkit,
cairo version 1.16.0, Xaw3d scroll bars)
of 2022-04-09
Package: Org mode version 9.5.2 (release_9.5.2-25-gaf6f12 @
/usr/local/share/emacs/28.1/lisp/org/)
next reply other threads:[~2022-09-02 17:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-01 8:09 Vangelis Evangelou [this message]
2022-09-02 18:12 ` [BUG] Markdown export of description list with nested list [9.5.2 (release_9.5.2-25-gaf6f12 @ /usr/local/share/emacs/28.1/lisp/org/)] Rohit Patnaik
2022-09-03 1:11 ` 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=CAD1AF2cQKz-Pcc3+GxjEMWCx2eLhieY2WcsdcHbcrruAGbmz5w@mail.gmail.com \
--to=evangelou@gmail.com \
--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).