[PR #6152] Fix bundle stats comment markdown formatting #20718

Closed
opened 2026-04-14 21:43:14 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/actualbudget/actual/pull/6152

State: closed
Merged: Yes


Summary

Fixes broken markdown rendering in bundle stats comments by adding missing newlines after <summary> tags.

Changes

  • Added newline after <summary> tag in printChunkModulesTable function
  • Added newline after <summary> tag in renderSection function

These changes ensure proper markdown rendering in GitHub comments when the bundle stats are displayed.

Testing

The markdown formatting should now render correctly in GitHub PR comments when bundle stats are generated.

**Original Pull Request:** https://github.com/actualbudget/actual/pull/6152 **State:** closed **Merged:** Yes --- ## Summary Fixes broken markdown rendering in bundle stats comments by adding missing newlines after `<summary>` tags. ## Changes - Added newline after `<summary>` tag in `printChunkModulesTable` function - Added newline after `<summary>` tag in `renderSection` function These changes ensure proper markdown rendering in GitHub comments when the bundle stats are displayed. ## Testing The markdown formatting should now render correctly in GitHub PR comments when bundle stats are generated.
GiteaMirror added the pull-request label 2026-04-14 21:43:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#20718