Answers for "markdown link to other markdown file"

7

how to create link in readme.md

[a link] (https://github.com/user/repo/blob/branch/other_file.md)
Posted by: Guest on August-30-2020
0

markdown link to section in another file

#  Main section

##  [sub-section](./child.md#sub-section)    
##  [sub-section](/child.md#sub-section)
##  [sub-section](child.md#sub-section)
Posted by: Guest on December-20-2020

Browse Popular Code Answers by Language