johtela / LiterateCS

Literate programming tool for C# and .NET Core
https://johtela.github.io/LiterateCS/
Other
27 stars 3 forks source link

Output format agnostic links #7

Open johtela opened 6 years ago

johtela commented 6 years ago

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.

djradon commented 1 year ago

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