Statiq.Docs
Statiq.Docs copied to clipboard
Xrefs for API symbols should not contain whitespace
If a method contains multiple parameters current xref for it looks like this:
api-MyNamespace.MyClass.MyMethod(System.String, System.Int32)
This makes it impossible to use it in reference style links:
[MyMethod]: xref:api-MyNamespace.MyClass.MyMethod(System.String, System.Int32)