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

Table Block #15

Open
bennyboer opened this issue May 24, 2023 · 0 comments
Open

Table Block #15

bennyboer opened this issue May 24, 2023 · 0 comments
Labels
enhancement New feature or request planned

Comments

@bennyboer
Copy link
Owner

bennyboer commented May 24, 2023

Support for tables!

<table>
  <table-row>
    <table-cell>Cell data</table-cell>
  </table-row>
  <caption position="top">This is the tables caption!</caption>
</table>

Or the better way (by using src):

<table src="my-table.csv">
  This is a caption (optionally)!
</table>
@bennyboer bennyboer added enhancement New feature or request planned labels May 24, 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 planned
Projects
None yet
Development

No branches or pull requests

1 participant