Describe the bug
When creating a long issue body using issue-body-file-path, the comment is broken up into multiple comments. In doing so, it breaks the markdown formatting for blocks that use opening and closing tags such as <details> or code (```)
To Reproduce
Steps to reproduce the behavior:
- Create a long code block (```) and/or
<details> block in a markdown file with greater than 65,536 characters.
- Use
issue-body-file-path to include this file in the issue body.
- The formatting is broken when the comment is split up.
Expected behavior
The comment should be split up and properly apply any continuing formatting in all comments. If a <details> block or a code (```) block is included, for example, it should start the new comment with this formatting.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Describe the bug
When creating a long issue body using
issue-body-file-path, the comment is broken up into multiple comments. In doing so, it breaks the markdown formatting for blocks that use opening and closing tags such as<details>or code (```)To Reproduce
Steps to reproduce the behavior:
<details>block in a markdown file with greater than 65,536 characters.issue-body-file-pathto include this file in the issue body.Expected behavior
The comment should be split up and properly apply any continuing formatting in all comments. If a
<details>block or a code (```) block is included, for example, it should start the new comment with this formatting.Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.