From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" 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 17:10:08 -0700 Message-ID: References: <87bnd6ulv0.fsf@nicolasgoaziou.fr> <87y4gat5az.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="0-1688595960-1442189409=:819" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34983) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbHLt-0007Wq-GA for emacs-orgmode@gnu.org; Sun, 13 Sep 2015 20:10:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbHLq-0004ck-6q for emacs-orgmode@gnu.org; Sun, 13 Sep 2015 20:10:33 -0400 Received: from plane.gmane.org ([80.91.229.3]:53349) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbHLp-0004cL-TZ for emacs-orgmode@gnu.org; Sun, 13 Sep 2015 20:10:30 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZbHLn-0002AY-3S for emacs-orgmode@gnu.org; Mon, 14 Sep 2015 02:10:27 +0200 In-Reply-To: <87y4gat5az.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: =?ISO-8859-15?Q?Denis_Bitouz=E9?= , public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-1688595960-1442189409=:819 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8BIT On Sun, 13 Sep 2015, Nicolas Goaziou wrote: > > > Denis Bitouzé writes: > [...] > Markdown export back-end use :html conventions to translate entities. > For some reason, HTML prefers | over |, and so does markdown. > > There are a few options available: > > 1. Prefer | over | in HTML > 2. Overwrite "vert" entity with a new one that would do 1. So > basically, this is 1 but on your machine only. > 3. Use a new entity that becomes | when used in HTML export. > If this creates a backend derived from 'md (and does not modify ox-md.el), then fine. But, ... It seem like there are flavors of Markdown that use verticals for varying purposes. For example, rmarkdown http://rmarkdown.rstudio.com/authoring_pandoc_markdown.html uses them as `line block' markers and to construct `table.el' style tables. And I have seen verticals used to set off citations elsewhere. And I am not even sure what Denis meant by using them to `interpret strings'. Best, Chuck --0-1688595960-1442189409=:819--