Overall I want to create this construction:
Table of contents
- Chapter I
<- Link on chapter
- Chapter II
Chapter I ↑ <- Link on table of contents
Chapter II ↑
I have this:
#### Table of contents
1. **[Chapter I](#chapter-i)** <- Link on chapter
2. **[Chapter II](#chapter-ii)**
#### Chapter I [↑](#table-of-contents) <- Link on table of contents
#### Chapter II [↑](#table-of-contents)
Here arrow link working, but link in table on contents for chapter does not working. When I remove arrow link table contents work as usual, but then I add arrow link it disrupts work.
How to implement this construction? I want to make easy way to swipe upper on markdown file and at the same time table of contents for my headers.
P.S. I need this markup not for stackoverflow, but for writing a README.md file on github
P.S.S. Also I tried to apply the fourth example from this answer, but this link also doesn't work Markdown to create pages and table of contents?