[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Indicate programming language on babel export to markdown.
From: |
Nicolas Goaziou |
Subject: |
Re: [O] Indicate programming language on babel export to markdown. |
Date: |
Sun, 11 Aug 2013 14:22:09 +0200 |
Hello,
Konstantin <address@hidden> writes:
> GitHub support programming language highlight for markdown:
>
> ```lisp
> (some-code)
> ```
>
> When I use org-md-export-to-markdown for such org snippet
>
> #+begin_src emacs-lisp
> (some-code)
> #+end_src
>
> babel is not indicate `emacs-lisp` in the resulting markdown file.
Org provides vanilla Markdown syntax only.
> Is it possible? How to achieve that?
You need to create a derived back-end which will support github
flavoured markdown syntax. See section 12.13 in Org manual.
Regards,
--
Nicolas Goaziou