Hello,

Konstantin <kosta...@gmail.com> 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

Reply via email to