obsidian-table-editor icon indicating copy to clipboard operation
obsidian-table-editor copied to clipboard

[BUG] Simple table foramt cannot be parsed properly

Open emisjerry opened this issue 3 years ago • 1 comments

A simple Markdown table cannot be parsed.

Number | Name | Value
--|--|--
111|222|333
444|555|666
777|888|999

image

Obsidian: v0.14.9 Plugin version: the newest one.

emisjerry avatar May 09 '22 06:05 emisjerry

Yes, as of today, the plugin expects the input to be of the form

|Number | Name | Value|
|--|--|--|
|111|222|333|
|444|555|666|
|777|888|999|

I wasn't aware of the fact that we can ignore the leading and trailing '|' from the table. Will fix this in the next iteration.

ganesshkumar avatar May 09 '22 07:05 ganesshkumar