We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34ad70 commit de5c156Copy full SHA for de5c156
1 file changed
markdowngen/Program.cs
@@ -219,7 +219,7 @@ void Do(string type, string header)
219
foreach (var item1 in @where.OrderBy(i => i.Name))
220
{
221
str.AppendLine($"### {items.Link(item1.Uid, config, true)}");
222
- str.AppendLine(item.GetSummary(items,item1.Summary)?.Trim());
+ str.AppendLine(item1.GetSummary(items,item1.Summary)?.Trim());
223
}
224
225
0 commit comments