We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ac615 commit 7bc2ff2Copy full SHA for 7bc2ff2
src/PortToTripleSlash/src/libraries/XmlHelper.cs
@@ -18,6 +18,7 @@ private static readonly (string, string)[] ReplaceableMarkdownPatterns = new[]
18
(@"`(?'keyword'null|false|true)`", "<see langword=\"${keyword}\" />"),
19
(@"<c>(?'keyword'null|false|true)</c>", "<see langword=\"${keyword}\" />"),
20
(@"<xref:(?'docId'[a-zA-Z0-9\._\@\#\$\%\(\)\[\]<>\?\,]+)>", "<see cref=\"${docId}\" />"),
21
+ (@"%601", "{T}")
22
};
23
24
public static string GetAttributeValue(XElement parent, string name)
0 commit comments