Skip to content

Commit

Permalink
fix case 3
Browse files Browse the repository at this point in the history
  • Loading branch information
TOsmanov committed Jul 20, 2024
1 parent 5203691 commit 22542cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foliant/preprocessors/includes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@ def process_includes(
include_link=include_link
)

donor_md_path = include_link
donor_md_path = include_link + options.get('path')

self.logger.debug(f'Set the link of the included file to {recipient_md_path}: {donor_md_path} (3)')

Expand Down

0 comments on commit 22542cf

Please sign in to comment.