-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
Web API dependent HTML validation #1495
Conversation
This code is actually working. (CI is just complaining because I didn't add I marked it as a draft only because I don't think it should be merged without further discussion. In particular, sourcing a helper from |
@yihui This is fully working from my perspective. I implemented Option 2 form the options described in #1494. You can see the tests are passing with no changes to the actual bookdown code. To show they're working, I merged the changes in this PR into the branch demoing the silent failure. One-line diff between that branch and this branch
You can see the CI job is now failing with
except for the Mac and Windows jobs on which I skip this test as they don't have docker installed. The passing of mac and windows jobs demonstrates that with no API and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is amazing. Thank you!
Glad you like it! btw - here is what the errors look like with the status quo code when you don't make any exceptions:
Probably easy enough to resolve. Might make a good first issue for someone. |
Closes #1494