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

Enable markdown tables + attribute lists #569

Merged
merged 2 commits into from
Jul 3, 2024

Conversation

richard-to
Copy link
Collaborator

This change allows markdown tables to be rendered correctly. One caveat is that custom styling is not possible unless someone includes an custom stylesheet via CDN or external URL.

This means that the default rendering is very basic.

If a user wants to use render markdown from a pandas data frame, they will need to install tabulate separately.

Attribute lists have also been enabled to make it easier to style the the tables via CSS.

Screenshot 2024-07-01 at 5 26 28 PM

Ref #546

This change allows markdown tables to be rendered correctly. One caveat
is that custom styling is not possible unless someone includes an custom
stylesheet via CDN or external URL.

This means that the default rendering is very basic.

If a user wants to use render markdown from a pandas data frame, they
will need to install tabulate separately.

Attribute lists have also been enabled to make it easier to style the
the tables via CSS.
Copy link
Collaborator

@wwwillchen wwwillchen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@richard-to richard-to merged commit ef4dcea into google:main Jul 3, 2024
3 checks passed
@richard-to richard-to deleted the markdown-table branch July 13, 2024 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants