mlange-42 / yarner

Literate Programming command line tool for Markdown
https://mlange-42.github.io/yarner
MIT License
32 stars 1 forks source link

[Feature] Link correction during file transclusion #6

Closed mlange-42 closed 3 years ago

mlange-42 commented 4 years ago

Problem

When linking between transcluded files in the sources, links don't work in the final documentation.

E.g. when linking to dir/file.md#Section from the main source file and including the same file, the link the link target does not exist in the documentation output. The link should be transformed to #Section

Also applies for images. See mlange-42/outline#22

mlange-42 commented 3 years ago

Fixed in #109