LiterateCS
LiterateCS copied to clipboard
Output format agnostic links
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.
I believe that https://github.com/xoofx/markdig/issues/714 covers this issue. Would love to see this in place!