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
The old site notes about compatibility are missing in the implementations page.
This is how this was shown in the old site:
And this is the old code of the old site with the missing logic:
{% if implementation.compliance %} <li><em>Compliance:</em> {% if implementation.compliance.config.docs %} This implementation <a href="{{ implementation.compliance.config.docs }}">documents</a> that you must {% endif %} {% if implementation.compliance.config.instructions %} <strong>{{ implementation.compliance.config.instructions | markdownify | remove: '<p>' | remove: '</p>' }}</strong> to produce specification-compliant behavior. </li> {% endif %} {% endif %}
The expectations is to add the compliance notes after the notes.
The text was updated successfully, but these errors were encountered:
This is fixed in this PR: #271
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
The old site notes about compatibility are missing in the implementations page.
This is how this was shown in the old site:
And this is the old code of the old site with the missing logic:
Expected behavior
The expectations is to add the compliance notes after the notes.
The text was updated successfully, but these errors were encountered: