We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently use diffs for deprecated elements in highlights like so:
- Axis::default().labels(vec!["a".into(), "b".into()]) + Axis::default().labels(["a", "b"])
I was reading goreleaser docs (don't ask why) and realized they have this special tab view for old/new variants of deprecated elements:
See https://goreleaser.com/deprecations/#build
We can probably do something like this as well :)
The text was updated successfully, but these errors were encountered:
This would require tabs support in GitHub flavored markdown. There's a feature request that's been open for a few years for that https://github.com/orgs/community/discussions/14964
We could probably special case it for the website, but it would still need a markdown friendly format for general use.
Sorry, something went wrong.
No branches or pull requests
We currently use diffs for deprecated elements in highlights like so:
I was reading goreleaser docs (don't ask why) and realized they have this special tab view for old/new variants of deprecated elements:
See https://goreleaser.com/deprecations/#build
We can probably do something like this as well :)
The text was updated successfully, but these errors were encountered: