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

Option to not pad header row with spaces #293

Open
shayhurley opened this issue Sep 28, 2023 · 0 comments
Open

Option to not pad header row with spaces #293

shayhurley opened this issue Sep 28, 2023 · 0 comments
Labels
enhancement New feature or request needs-review A newly created issue that has not yet been processed

Comments

@shayhurley
Copy link

Firstly, thank you for creating the plugin - I use it daily. Would it be possible to have an option to not pad the header rows with spaces. With the option disabled you get a normal layout:

| daskfjh | asdlfkajsd | laskdfjasldk |
| ------- | ---------- | ------------ |
|         |            |              |

With the option enabled you would get this:

| daskfjh | asdlfkajsd | laskdfjasldk |
|---------|------------|--------------|
|         |            |              |

(Obsidian appears to render the table with/without spaces in the header)

I use the Markdown to JIRA converter plugin to copy/paste from Obsidian to JIRA but it doesnt work if the header row contains spaces between the pipes.

@shayhurley shayhurley added enhancement New feature or request needs-review A newly created issue that has not yet been processed labels Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs-review A newly created issue that has not yet been processed
Projects
None yet
Development

No branches or pull requests

1 participant