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
For some screenshots, it might be better to use the version matching the current theme (dark mode on/off).
This should be possible using dark:hidden and dark:block variants:
dark:hidden
dark:block
<div class="block dark:hidden"> ![alt](./light.png) </div> <div class="hidden dark:block"> ![alt](./dark.png) </div>
Wrapping in <div> because we can't use <img> tag with relative paths in Markdown at the moment.
<div>
<img>
The text was updated successfully, but these errors were encountered:
info for later: once it works, remove this file:
docs/content/languages/python/codewars-test/python-test-framework-example.png
edit: done
Sorry, something went wrong.
done here, archived in #74
No branches or pull requests
For some screenshots, it might be better to use the version matching the current theme (dark mode on/off).
This should be possible using
dark:hidden
anddark:block
variants:Wrapping in
<div>
because we can't use<img>
tag with relative paths in Markdown at the moment.The text was updated successfully, but these errors were encountered: