From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: [ANN] Markdown export back-end in contrib Date: Thu, 26 Jul 2012 13:02:52 +0200 Message-ID: <87pq7izswz.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuLtl-0005nF-3w for emacs-orgmode@gnu.org; Thu, 26 Jul 2012 07:06:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SuLtf-00011m-CI for emacs-orgmode@gnu.org; Thu, 26 Jul 2012 07:06:29 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:65157) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuLtf-00011g-5F for emacs-orgmode@gnu.org; Thu, 26 Jul 2012 07:06:23 -0400 Received: by wibhm11 with SMTP id hm11so1401643wib.12 for ; Thu, 26 Jul 2012 04:06:22 -0700 (PDT) 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: Org Mode List Hello, I introduced a Markdown export back-end in contrib/. It uses atx syntax for headlines and inline syntax for links and images. It is quite simple, so don't expect much about it. This is Markdown vanilla flavour, so there are a few thing that it doesn't support. Among them, some are simply ignored (i.e. footnotes), other are sent to HTML back-end (i.e. tables). Anyway, creating a new flavour out of it (i.e. Github Markdown Flavour) is simple with `org-export-define-derived-backend'. You can use `org-md-export-as-markdown' and `org-md-export-to-markdown' functions to test it. Feedback is welcome (note: I don't use md format, so for suggestions, please be explicit). Regards, -- Nicolas Goaziou