"Rohit Patnaik" <quanti...@quanticle.net> writes:

> I'm currently working on an exporter that will allow org-mode to export to
> PMWiki markdown (https://github.com/quanticle/ox-pmwiki/), and I'm running 
> into
> a problem when writing the export code to handle tables. When exporting table
> rows, I'm getting extraneous blank lines between table rows.
> ...
> The contents of each cell are formatted correctly, but there's an additional
> newline between the two rows. How do I prevent this newline from being added?

This is because ox-md adds a blank line between almost every element,
including table-rows (which ox-md does not care about).

Fixed, on bugfix.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=85aafac41

-- 
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