-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: update figure label and max heading level #1613
base: master
Are you sure you want to change the base?
Conversation
Preview environment images deployed!The preview environment has been updated: Client URL: https://pr-1613--epp.elifesciences.org Note: Updated images can take a few minutes to roll out. |
Preview environment created!The preview environment has been deployed to the cluster. Client URL: https://pr-1613--epp.elifesciences.org Note: If this is a new environment, it can take a few minutes for DNS to update. |
Update the figure label element from "label" to "h4" in figure.tsx. Also, adjust the max heading level from 4 to 5 in content-to-jsx.tsx.
06d2cd2
to
6dced7e
Compare
I would have expected this to fail the visual regression test. We should investigate this on Monday! |
@nlisgo Your expectation that this should fail visual regression is now true with chromatic. Fancy resurrecting it? |
Update the figure label element from "label" to "h4" in figure.tsx. Also, adjust the max heading level from 4 to 5 in content-to-jsx.tsx.
After a brief discussion with @discodavey we thought this approach was worth consideration.