LiterateCS icon indicating copy to clipboard operation
LiterateCS copied to clipboard

Output format agnostic links

Open johtela opened this issue 6 years ago • 1 comments

How links between generated pages should be written in markdown depends now on the output format. If the output format is HTML, then a relative link to the page with extension .html should be used. If the output is markdown, the link format to be used depends on where the files are hosted. In GitHub wikis the format is [[Link Text|WikiLink]].

Add a new feature to HTML conversion to support the GitHub link format. This requires creating an extension to Markdig which is doing the conversion now.

johtela avatar Oct 07 '18 17:10 johtela

I believe that https://github.com/xoofx/markdig/issues/714 covers this issue. Would love to see this in place!

djradon avatar Oct 09 '23 17:10 djradon