Rustom Mody <rustompm...@gmail.com> writes: > 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" ?
Write a derived export backend, e.g., ox-md-bb.el that will translate tables properly according to Bitbucket rules. You can also use a hook that will turn Org tables into Bitbucket markdown tables and wrap them within a #+begin_md...#+end_md block. Regards,