From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Frankel Subject: Re: [bug] [new exporter] [markdown] Underline exports as HTML Date: Fri, 15 Mar 2013 14:00:30 -0400 Message-ID: <85A2C108-7162-401F-B03F-7E23F5448F49@rickster.com> References: <87txohh7uj.fsf@lapcat.tftorrey.com> <877gldwn74.fsf@bzg.ath.cx> <20130312004205.GA74763@BigDog.local> <877glduknq.fsf@bzg.ath.cx> <871ubjfhxb.fsf@gmail.com> <87k3pbcn2p.fsf@gmail.com> <20130315121933.GA3049@BigDog.local> <87wqt85zv5.fsf@gmail.com> Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGYvl-0002sG-Qw for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 14:00:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UGYvh-0001SE-Ea for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 14:00:37 -0400 Received: from [204.62.15.78] (port=52453 helo=mail.rickster.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGYvh-0001S9-BP for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 14:00:33 -0400 In-Reply-To: <87wqt85zv5.fsf@gmail.com> 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: "emacs-orgmode@gnu.org" On Mar 15, 2013, at 1:36 PM, Nicolas Goaziou wrote: > Hello, > > Rick Frankel writes: > >> On Wed, Mar 13, 2013 at 09:54:22AM -0600, Eric Schulte wrote: >> >> I have used both ruby libraries extensively. It would be nice for the >> markdown exporter to allow using the standard markdown extensions >> (perhaps with a switch). > > This should happen in a derived back-end. There are a few Markdown > flavours, ox-md.el is only "vanilla" Markdown. > > Agreed.