We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
#2723 was marked as completed via #8596, but I believe that only fixes it for blocks.
To Reproduce Steps to reproduce the behavior:
In a new project use this code:
namespace Escaping; /// <summary>Class summary</summary> public class Library { /// <summary>Inline `<angle brackets>`.</summary> public void Method1() { } /// <summary>Block /// /// Line before /// <angle brackets> /// Line after /// </summary> public void Method2() { } }
... and this docfx config:
{ "metadata": [{ "src": [{ "files": ["*.csproj"]}], "dest": "api", }], "build": { "content": [{ "files": ["api/**.yml", "api/index.md"] }], "dest": "_site", "template": ["default"], } }
Build and serve the file.
Expected behavior
<angle brackets> in both block and inline documentation.
<angle brackets>
Instead:
Context (please complete the following information):
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
#2723 was marked as completed via #8596, but I believe that only fixes it for blocks.
To Reproduce
Steps to reproduce the behavior:
In a new project use this code:
... and this docfx config:
Build and serve the file.
Expected behavior
<angle brackets>
in both block and inline documentation.Instead:
Context (please complete the following information):
The text was updated successfully, but these errors were encountered: