zotero-mdnotes icon indicating copy to clipboard operation
zotero-mdnotes copied to clipboard

Markdown Tables breaks when converting from Zotero Note

Open elviskahoro opened this issue 4 years ago • 1 comments

When I use markdown table syntax in a Zotero note, it is not correctly converted to a table. Is there a special syntax I can use / how are people getting around this? I've tried using shift-enter (in zotero) but it creates a continuous stream (the table data is all concateanted to one line) and using zotero's natural line breaks leads to empty lines between each original line like below. I've tried using < br > but this doesn't work either.

In zotero notes, the table below becomes (included line numbers)

1: | column 1 | column 2 | column 3| 2: |--- | --- | --- | 3: | data 1 | data 2 | data 3|

becomes this in md. 1: | column 1 | column 2 | column 3| 2: // empty line 3: |--- | --- | --- | 4: // empty line 5: | data 1 | data 2 | data 3| 6: // empty line

elviskahoro avatar Sep 05 '21 17:09 elviskahoro

I forgot to mention that you can use HTML tables as an alternative, but I also was just wondering if people came up with a way to prevent the extra empty lines / line breaks.

elviskahoro avatar Sep 07 '21 20:09 elviskahoro