> 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 Thanks for fixing this. I completely forgot that my export code is a derived backend from ox-md. Maybe, I should make it a standalone backend (or derive directly from ox-html, like ox-md does), to avoid further mysterious issues. Rohit