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
Verso fails to parse a tactic docstring which contains a horizontal rule. Consider the tactic
/-- This is a Horizontal rule: *** it does not parse. -/ syntax (name := MyNamespace.bad_tactic) "bad_tactic " : tactic
then adding a tactic block to the file
:::tactic MyNamespace.bad_tactic show:="bad_tactic" :::
fails with Unexpected horizontal rule (thematic break) in parsed Markdown.
Unexpected horizontal rule (thematic break) in parsed Markdown
Would be nice if either support for such HR could be added or if the markdown parser would simply remove them (instead of crashing).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Verso fails to parse a tactic docstring which contains a horizontal rule. Consider the tactic
then adding a tactic block to the file
fails with
Unexpected horizontal rule (thematic break) in parsed Markdown
.Would be nice if either support for such HR could be added or if the markdown parser would simply remove them (instead of crashing).
The text was updated successfully, but these errors were encountered: