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

Allow for seperators in Markdown Tables #2642

Closed
2 tasks done
KingHowler opened this issue Aug 18, 2024 · 1 comment
Closed
2 tasks done

Allow for seperators in Markdown Tables #2642

KingHowler opened this issue Aug 18, 2024 · 1 comment

Comments

@KingHowler
Copy link
Contributor

KingHowler commented Aug 18, 2024

Have you checked that your feature request isn't already filed?

  • Yes, I have checked that this feature request isn't already filed.
  • I read through FAQ and searched through the past issues, none of which addressed my feature request.

Description & Motivation

When I am drawing a table without using

pretty_table: true

I can draw simple tables. but I can't draw the column separators
Please make a way to enable us to draw column separators by default

Pitch

No response

Alternatives

No response

Additional context

No response

@KingHowler
Copy link
Contributor Author

Nevermind I found a solution. Using HTML Style tag inside the Markdown file will allow to add seperators

<style>
th, td {
  border:1px solid black;
  text-allign: center;
  padding: 4px, 12px;
}
</style>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant