Note-Station-to-markdown icon indicating copy to clipboard operation
Note-Station-to-markdown copied to clipboard

tables containing block elements will be dropped completely from Markdown output

Open jgreely opened this issue 3 years ago • 2 comments

Unless you use the 'multiline_tables' extension to pandoc, any table containing a block element such as a DIV will be completely replaced by the string "[TABLE]", potentially causing significant data loss. Note Station apparently inserts all kinds of cruft into its tables.

jgreely avatar Mar 19 '21 22:03 jgreely

Thanks, I'll look into this. If multiline_tables gives no side effects I'll just add it to pandoc options.

Maboroshy avatar Mar 20 '21 11:03 Maboroshy

The formatting is a mess, but at least the data is present; it might be better to call out the failures in the output, and make it an option to retry for just the ones that need it (in my case, only 5 of 200+ notes lost data or references to attachments).

jgreely avatar Mar 20 '21 20:03 jgreely

I've implemented unconverted tables warning and moved pandoc options up for easy tweaking.

Maboroshy avatar Mar 29 '24 20:03 Maboroshy