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

tables formating #2

Closed
jarekgajewski opened this issue Apr 30, 2020 · 4 comments
Closed

tables formating #2

jarekgajewski opened this issue Apr 30, 2020 · 4 comments
Labels
bug Something isn't working

Comments

@jarekgajewski
Copy link

Tables facing problems with header formatting. Frames are missing.
All below header row is formatted right

@julianflapper
Copy link
Member

@jarekgajewski can you give a code or image example of what's missing?

@jarekgajewski
Copy link
Author

jarekgajewski commented Apr 30, 2020

@julianflapper
here is it:

Code:

|    Term    | Meaning           |
| :--------: | ----------------- |
|    MUST    | The definition is an absolute requirement of the specification.   |

screen
image

@julianflapper
Copy link
Member

I see.. strange.
I'll look into it, thanks for reporting this!

@julianflapper julianflapper added the bug Something isn't working label May 1, 2020
@julianflapper
Copy link
Member

This will be fixed in v1.0.3 (already on dev branch), using a table shortcode:

{{< table >}}
|    Term    | Meaning           |
| :--------: | ----------------- |
|    MUST    | The definition is an absolute requirement of the specification.   |
{{< /table >}}

this wraps the table content in a 'table' class to provide the styling.

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
None yet
Development

No branches or pull requests

2 participants