Issue
I have written something here
## Contents
* [Question 1]
* [Question 2]
* [Question 3]
* [Question 4]
I wanna sections Question 1 to be clickable. If I click it, I can directly go to the section about question 1.
Anyone have some ideas of how to implement it?
Solution
You can add links e.g.
if you have sections named with heading in markdown cell as
# Question 1
then you can use
## Contents
* [Question 1](#Question-1)
You can also click on the symbol next to your heading to get link
Answered By - kHarshit
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.