Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Simple table foramt cannot be parsed properly #38

Open
emisjerry opened this issue May 9, 2022 · 1 comment
Open

[BUG] Simple table foramt cannot be parsed properly #38

emisjerry opened this issue May 9, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@emisjerry
Copy link

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.

@ganesshkumar
Copy link
Owner

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 ganesshkumar added this to the Introduce Settings milestone May 9, 2022
@ganesshkumar ganesshkumar added bug Something isn't working and removed bug Something isn't working labels May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants