Skip to content

Commit ae8e7a9

Browse files
committed
Update task status and finalize MarkdownFormatter implementation
1 parent fcd054c commit ae8e7a9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.kiro/specs/dotnet-api-diff/tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Each task should follow this git workflow:
123123
- **Git Workflow**: Create branch `feature/task-6.2-json-formatter`, commit, push, and create PR
124124
- _Requirements: 4.1, 4.2_
125125

126-
- [ ] 6.3 Implement markdown output formatter
126+
- [x] 6.3 Implement markdown output formatter
127127
- Create MarkdownFormatter generating human-readable documentation
128128
- Include tables, sections for different change types, and exclusions
129129
- Write unit tests for markdown formatting and structure

src/DotNetApiDiff/Reporting/MarkdownFormatter.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,6 @@ private void FormatChangeGroup(StringBuilder output, List<ApiDifference> changes
172172

173173
output.AppendLine("</details>");
174174
}
175-
176-
output.AppendLine();
177175
}
178176

179177
output.AppendLine();

0 commit comments

Comments
 (0)