Skip to content

Conversation

KunalSin9h
Copy link
Member

No description provided.

@KunalSin9h KunalSin9h requested a review from abhisek September 8, 2025 06:13
@abhisek abhisek marked this pull request as ready for review September 8, 2025 06:14
@Copilot Copilot AI review requested due to automatic review settings September 8, 2025 06:14
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a new markdown report builder package that provides functionality for generating markdown documents programmatically. The builder supports various markdown elements including headers, paragraphs, bullet points, code snippets, collapsible sections, and can convert markdown to plain text.

Key changes:

  • Added MarkdownBuilder struct with methods for building markdown content
  • Implemented collapsible sections support for GitHub-flavored markdown
  • Added plain text conversion functionality with regex-based markdown stripping
  • Included predefined emoji constants for common markdown use cases

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
reporting/markdown/markdown.go Core markdown builder implementation with content generation and plain text conversion
reporting/markdown/markdown_test.go Comprehensive test suite covering builder functionality and plain text conversion
reporting/markdown/emoji.go Constants for commonly used emoji shortcodes in markdown

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@KunalSin9h KunalSin9h merged commit d81a3b3 into main Sep 8, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants