You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the format of GitHub's Changelog has changed slightly such that this line no longer works. I believe it's due to GitHub escaping the word "anchor" when specifying the CSS class on the a tag in more recent versions of its Markdown processor. In my local testing, I found that replacing:
It appears that the format of GitHub's Changelog has changed slightly such that this line no longer works. I believe it's due to GitHub escaping the word "anchor" when specifying the CSS class on the
a
tag in more recent versions of its Markdown processor. In my local testing, I found that replacing:with something like this using an XPATH selector:
seemed to have fixed the issue. You may need to update your VCR cassette in order to get a failing test.
The text was updated successfully, but these errors were encountered: