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 branchYou 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 |
yihui
left a comment
There was a problem hiding this comment.
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