From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fred Concklin Subject: embed markdown? Date: Thu, 10 Mar 2011 03:09:04 -0500 Message-ID: <874o7btn1b.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=43645 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pxavl-0005oJ-LZ for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 03:09:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pxavk-0006l2-Po for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 03:09:09 -0500 Received: from mail-qy0-f176.google.com ([209.85.216.176]:54363) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pxavk-0006kt-NE for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 03:09:08 -0500 Received: by qyk30 with SMTP id 30so1293837qyk.0 for ; Thu, 10 Mar 2011 00:09:08 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi all, I'm Fred and I just joined the list. I've been using github for a little bit and really like their parsing of org-mode files on the web[1]. I was converting a markdown file to org-mode wasn't able to figure out how to convert a directory hierarchy from Md. I've attached links to show you what I mean. Let me know if anybody has any thoughts. Maybe tables? It all comes down to how github renders org on their site in this case. Is there a way to embed markdown as code inside of org? unrendered-md: https://github.com/nakkaya/static/raw/master/README.md rendered-md: https://github.com/nakkaya/static/blob/master/README.md org-mode: https://github.com/fconcklin/static/blob/master/readme.org Thanks all, fpc [1] I assume they're running pandoc on the backend. However, there are a few shortcomings. For instance, the #+begin_src sh tag doesn't display as code on the web.