From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: \vert{} exported to markdown not as expected [8.3.1 (8.3.1-103-g366dc4-elpa @ /home/bitouze/.emacs.d/elpa/org-20150907/)] Date: Sun, 13 Sep 2015 22:04:35 +0200 Message-ID: <87bnd6ulv0.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbDUJ-0007n5-B1 for emacs-orgmode@gnu.org; Sun, 13 Sep 2015 16:03:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbDUI-0008ME-D5 for emacs-orgmode@gnu.org; Sun, 13 Sep 2015 16:02:59 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:56075) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbDUI-0008M6-5O for emacs-orgmode@gnu.org; Sun, 13 Sep 2015 16:02:58 -0400 In-Reply-To: ("Denis \=\?utf-8\?Q\?Bitouz\?\= \=\?utf-8\?Q\?\=C3\=A9\=22's\?\= message of "Sat, 12 Sep 2015 16:02:04 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Denis =?utf-8?Q?Bitouz=C3=A9?= Cc: emacs-orgmode@gnu.org Hello, dbitouze@wanadoo.fr (Denis Bitouz=C3=A9) writes: > The following file: > > #+NAME: test.org > #+begin_src org > Foo |bar_baz| > > Foo \vert{}bar\under{}baz\vert{} > #+end_src > > is exported to markdown as follows: > > #+NAME: test.md > #+begin_src markdown > Foo |bar\_baz| > > Foo |bar_baz| > #+end_src > > Whereas: > > - \under{} gives the expected underscore symbol (_), > - \vert{} gives | instead of the expected pipe symbol (|). What is wrong with |? Doesn't Markdown accept HTML entities anyway? Regards, --=20 Nicolas Goaziou