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

Add support for markdown tables in pattern documentation #1242

Closed
JosefBredereck opened this issue Aug 21, 2020 · 1 comment · Fixed by #1244
Closed

Add support for markdown tables in pattern documentation #1242

JosefBredereck opened this issue Aug 21, 2020 · 1 comment · Fixed by #1244
Assignees

Comments

@JosefBredereck
Copy link
Contributor

Expected Behavior

For this documentation, the renderer should render a table in the pattern documentation.

|    Size     |  CSS Class   |
| :---------: | :----------: |
| Extra-Small | `button--xs` |
|    Small    | `button--sm` |
|   Medium    | `button--md` |
|    Large    | `button--lg` |
| Extra-Large | `button--xl` |
Actual Behavior

Table is not rendered as table.

@JosefBredereck
Copy link
Contributor Author

The issue was released with v5.13.0 🎉

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

Successfully merging a pull request may close this issue.

1 participant