emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: org mode to github markdown


From: Ihor Radchenko
Subject: Re: org mode to github markdown
Date: Sun, 07 May 2023 19:45:36 +0000

Bernt Hansen <bernt@norang.ca> writes:

> (who has been away from the org-mode mailing list for way too many years...)

Welcome back. Your GTD config got me started with Org years back :)

> I'm not sure I fully understand your question.
> You are looking for an org-mode export to markdown?  Isn't that already 
> included in recent org versions?
>
> C-c C-e C-s m M

Markdown is not a single standard. There are several variations of the
syntax. See https://en.wikipedia.org/wiki/Markdown

We support the most basic "vanilla" markdown in ox-md.el. But Github
uses its own flavour, which we do not export to. In particular, vanilla
markdown allow direct HTML fragments, which are disabled in
GitHub/Reddit/many other websites for security reasons. Instead, they
invent new markdown constructs that are explicitly supported. But there
are numerous Markdown syntax extensions - it is hard to support them
unless we have a dedicated maintainer.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]