[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Turn off html entities in md export
From: |
Nicolas Goaziou |
Subject: |
Re: [O] Turn off html entities in md export |
Date: |
Fri, 26 Jun 2015 10:43:08 +0200 |
Rustom Mody <address@hidden> writes:
> Simple basic thing
> ... becomes …
> -- becomes –
> etc
In this particular case, see `org-export-with-special-strings'.
> For systems (bitbucket is just a common example) that simply does not work
> because of security or whatever reasons
> See
> https://bitbucket.org/site/master/issue/6930/support-some-or-all-html-in-markdown-bb
> for BB users clamoring but BB not likely to listen
In the worst case, you might need to implement a derived export back-end
applying Bitbucket constraints.
Regards,