Search code examples
htmlmarkdowngithub-pagesgithub-flavored-markdown

How to create a link to a specific section/paragraph in github flavored markdown?


I have a document written in markdown (for github pages) and I am trying to create an internal link to the start of a specific paragraph. So that later in the document I can have the user click and jump directly back to the point in the document. How to I go about doing this?


Solution

  • it is easy '[Types]'(#types)'

    '## Types' // without quotes

    real example you can see here just push on the pen for showing 'md' markup