There is some error with the HTML making some links display the tags and not emmbeding them in text "<a href='https://en.wikipedia.org/wiki/Fitts's_law'>Fitts's law ".
It can be found in "4.5. The whole story!".
Checklist
Put an x in the boxes that apply. You can also fill these out after creating the issue.
I have linked any relevant existing issues/suggestions in the description above (include #??? in your description to reference an issue, where ??? is the issue number)
I have applied relevant labels
If this is a code related issue, please include the following in your description:
Steps to reproduce the behavior
Which platform(s) and browser are you encountering the issue on
The behavior you expect to see, and the actual behavior
The text was updated successfully, but these errors were encountered:
Good catch, Jon. Looking at S4.5, it seems the problem is that the apostrophes in the Wikipedia URLs are interfering with the single quotes being used in the <a href='...'> tags when the Markdown source file is rendered.
A quick fix would be to escape the apostrophe characters, like so:
Description
There is some error with the HTML making some links display the tags and not emmbeding them in text "<a href='https://en.wikipedia.org/wiki/Fitts's_law'>Fitts's law ".
It can be found in "4.5. The whole story!".
Checklist
Put an
x
in the boxes that apply. You can also fill these out after creating the issue.#???
in your description to reference an issue, where???
is the issue number)If this is a code related issue, please include the following in your description:
The text was updated successfully, but these errors were encountered: