[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 17:32:17 +0200 |
Rustom Mody <address@hidden> 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,