statiqdev / Statiq.Web

Statiq Web is a flexible static site generator written in .NET.
https://statiq.dev/web
Other
1.64k stars 235 forks source link

Add the MarkdownPrependLinkRoot setting back to Statiq Web #947

Open daveaglick opened 3 years ago

daveaglick commented 3 years ago

The old Wyam blog recipe used to have a MarkdownPrependLinkRoot setting that would automatically adjust relative links in Markdown files for a LinkRoot. This needs to be added back to Statiq Web. See #735. Note that the RenderMarkdown module still has a PrependLinkRoot() extension method, so we just need to add the setting back in and flow it through to the template.