You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List in remark rendered into code block, It's not expected:
To Reproduce
using following comment:
namespaceClassLibrary1{publicclassClass1{/// <summary>Here is an example of a bulleted list:/// </summary>/// /// <remarks>/// <para>Test para</para>/// /// Test start list/// <list type="bullet">/// <item>/// <description>Item 1.</description>/// </item>/// <item>/// <description>Item 2.</description>/// </item>/// </list>/// Test end list/// /// </remarks>publicstringTestStringProperty{get;set;}}}
run docfx
Expected behavior
The list should render correctly as list
Context (please complete the following information):
I’ve confirmed it can be reproducible on my environment (Windows/docfx v2.78.2/.net8 SDK 8.0.406)
It seems be occurred when generating API metadata from DLLs. (It's not happens when generating metadata from source code)
As a temporary workaround. it can avoid problems by wrapping Test start list with <para></para> tags.
List in remark rendered into code block, It's not expected:
To Reproduce
Expected behavior
The list should render correctly as list
Context (please complete the following information):
OS: Windows
Docfx version: 2.78.2
.NET version: .Net 8
docfx.json
configAdditional context
Indent code block maybe detached, Can we provide a way to disable some plugin for markdig, Remove Indent code block parse maybe help
The text was updated successfully, but these errors were encountered: