From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] ox-md.el: enhance example/src blocks support Date: Wed, 14 Dec 2016 13:22:25 +0100 Message-ID: <87zijy7la6.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48604) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cH8Zj-00063U-V6 for emacs-orgmode@gnu.org; Wed, 14 Dec 2016 07:22:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cH8Zi-0003rD-J4 for emacs-orgmode@gnu.org; Wed, 14 Dec 2016 07:22:23 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:38073) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cH8Zi-0003qS-EU for emacs-orgmode@gnu.org; Wed, 14 Dec 2016 07:22:22 -0500 In-Reply-To: (Lungang Fang's message of "Wed, 14 Dec 2016 21:17:38 +1100") 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" To: Lungang Fang Cc: emacs-orgmode@gnu.org Hello, Lungang Fang writes: > * lisp/ox-md.el (org-md-example-block): > Use "```" instead of 4-whitespace indentation for example/src blocks. Thank you. Unfortunately, this syntax is not recognized in vanilla Markdown syntax (http://daringfireball.net/projects/markdown/syntax#precode), which "ox-md.el" handles. For special needs, you can create a derived back-end. There is already "ox-gfm.el" somewhere. Regards, -- Nicolas Goaziou