Quote:
Originally Posted by Artie
So I assume my next step now is to select a markdown editor with table support that exports to EPUB. Will take me time...
|
Any text editor can serve as a markdown editor, but I imagine few will export to epub directly. You will probably wind up either converting the *.md to epub via a tool like pandoc, mentioned upthread; or by using any number of tools to convert to HTML (the intended purpose of markdown) and then importing that HTML file into the epub editor of your choosing.