Allow linking to an article in Markdown content with, say, [OS X]. This would require us to append an "index" to the input source prior to handing it off for Markdown processing:
[OS X]: /wiki/OS_X
...
The index could be automatically generated, and relatedly, we could use this to get "red link" support. My main concern with this is that I have thousands of wiki articles, so this could noticeably impact parsing speed.
Allow linking to an article in Markdown content with, say,
[OS X]
. This would require us to append an "index" to the input source prior to handing it off for Markdown processing:The index could be automatically generated, and relatedly, we could use this to get "red link" support. My main concern with this is that I have thousands of wiki articles, so this could noticeably impact parsing speed.