1. When we navigate to the heading inside the accordion from TOC, it takes us to the correct heading only if the accordion is in the open state. If the accordion is in a collapsed state, we are not taken to the desired section in the article.
  2. When we have different headings inside the accordion and upon linking any heading to a text inside the same accordion, it does not take us to the linked heading rather it takes us to the top of the article. It is because when we use the link to add a link, it is creating the link as #heading-name but in the user site, the links added inside the accordion are represented as #1, and #2 for each of the headings causing the issue.