On Fri, Jun 26, 2015 at 1:24 PM, Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
Hello,

Rustom Mody <rustompmody@gmail.com> writes:

> Bitbucket does not allow html entities in markdown
> See https://bitbucket.org/rustom/vit-projects/wiki/emacs
> and search for &#
>
> So how to turn off html entities in md export?

It depends on where these entities are coming from.

Anyway, vanilla Markdown supports HTML so anything "ox-md" cannot
translate into Markdown syntax (e.g., tables) is exported as pure HTML.

As https://bitbucket.org/tutorials/markdowndemo/overview#markdown-header-tab shows
bitbucket md tables are very similar to org tables (and html <table> is disallowed)

How to say (to ox-md) "Leave tables as they are"  ?