api-doc-tools icon indicating copy to clipboard operation
api-doc-tools copied to clipboard

<code> label does not render correctly

Open pshao25 opened this issue 3 years ago • 0 comments

We have such source code as https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/confidentialledger/Azure.Security.ConfidentialLedger/src/Generated/ConfidentialLedgerClient.cs#L873-L896 with <code> tag inside <remarks>.

But in https://azuresdkdocs.blob.core.windows.net/$web/dotnet/Azure.Security.ConfidentialLedger/1.0.0-beta.2/api/Azure.Security.ConfidentialLedger/Azure.Security.ConfidentialLedger.ConfidentialLedgerClient.html#Azure_Security_ConfidentialLedger_ConfidentialLedgerClient_CreateOrUpdateUser_System_String_Azure_Core_RequestContent_Azure_RequestOptions_, it is rendered in an unreadable format. image

pshao25 avatar May 15 '22 02:05 pshao25