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
This markup causes a "links do not have a discernable name" error:
<h3id="toc_introducing-ember-objects" class="anchorable-toc">
Introducing: Ember Objects
<aclass="toc-anchor" href="#toc_introducing-ember-objects"></a></h3>
This fix below works to put the text inside a link, but shipping it requires changes to styling. Since the headers become proper links, they need work to make them look like normal headers again.
This markup causes a "links do not have a discernable name" error:
This fix below works to put the text inside a link, but shipping it requires changes to styling. Since the headers become proper links, they need work to make them look like normal headers again.
In guides-article.js:
Results in
The text was updated successfully, but these errors were encountered: