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
it should be useful to configure a list of hints for the box.
some text messages that are not tests but are just hints for the resolution of a box.
a test is something like: <pre data-test="a == true">test message</pre>
<pre data-test="a == true">test message</pre>
a hint should be something like: <pre data-hint="a == true">test message</pre>
<pre data-hint="a == true">test message</pre>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
it should be useful to configure a list of hints for the box.
some text messages that are not tests but are just hints for the resolution of a box.
a test is something like:
<pre data-test="a == true">test message</pre>
a hint should be something like:
<pre data-hint="a == true">test message</pre>
The text was updated successfully, but these errors were encountered: