statiqdev / Statiq.Docs

A static documentation site generator.
https://statiq.dev/docs
Other
53 stars 8 forks source link

Xrefs for API symbols should not contain whitespace #55

Open pascalberger opened 1 year ago

pascalberger commented 1 year ago

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)