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
The current implementation, adding a hyperlink inline with the content isn't supported in the tool as the 'data-glossaryterm' attribute gets stripped out.
If you save the content with the source still open it will retain the link but this is not ideal as if someone later returns to edit the content, it is no longer there.
The current implementation, adding a hyperlink inline with the content isn't supported in the tool as the 'data-glossaryterm' attribute gets stripped out.
e.g.
<a href='#' data-glossaryterm='About Framework'>Adapt Framework</a>
becomes
<a href='#'>Adapt Framework</a>
This is a restriction of the AAT, not Glossary but perhaps it's worth noting this in the readme.
The text was updated successfully, but these errors were encountered: