iamjackg / md2cf

Convert and upload Markdown documents to Confluence
MIT License
91 stars 49 forks source link

Markdown fragment link navigation to section from another file #78

Closed jimstein3d closed 1 year ago

jimstein3d commented 1 year ago

Reference to a section from another file is possible using Markdown fragment link navigation: [link](./file.md#section-name) // note the dash!

In file.md:

## ...
## section name

fix for #77