Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<see> tags in XML comments don't generate the correct HTML links when inside a <list> #32

Open
SilentSin opened this issue Oct 10, 2018 · 0 comments

Comments

@SilentSin
Copy link

/// <summary>
/// This reference works: <see cref="AnotherThing "/> 
/// <list type="bullet">
///   <item>
///   But this one doesn't: <see cref="AnotherThing "/> 
///   </item>
/// </list>
/// </summary>
public class Thing { }

public class AnotherThing { }
@daveaglick daveaglick transferred this issue from statiqdev/Statiq.Web Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant