Skip to content

Commit 7bc2ff2

Browse files
committed
Convert %601 to {T}
1 parent 49ac615 commit 7bc2ff2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PortToTripleSlash/src/libraries/XmlHelper.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ private static readonly (string, string)[] ReplaceableMarkdownPatterns = new[]
1818
(@"`(?'keyword'null|false|true)`", "<see langword=\"${keyword}\" />"),
1919
(@"<c>(?'keyword'null|false|true)</c>", "<see langword=\"${keyword}\" />"),
2020
(@"<xref:(?'docId'[a-zA-Z0-9\._\@\#\$\%\(\)\[\]<>\?\,]+)>", "<see cref=\"${docId}\" />"),
21+
(@"%601", "{T}")
2122
};
2223

2324
public static string GetAttributeValue(XElement parent, string name)

0 commit comments

Comments
 (0)