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
If using coq2html on developments, the tool adds one </div> too many when formatting the file. Try for example:
</div>
Lemma one : 1 = 1. Proof. by []. Qed. Lemma two : 2 = 2. Admitted. Lemma three : 3 = 3. Admitted.
Would it make sense to cover this case?
The text was updated successfully, but these errors were encountered:
Merge pull request #3 from yoshihiro503/yoshihiro503@notation_indexes
ff0e1d2
Clickable Notations
No branches or pull requests
If using coq2html on developments, the tool adds one
</div>
too many when formatting the file. Try for example:Would it make sense to cover this case?
The text was updated successfully, but these errors were encountered: