-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Formatting is broken when comments are continued on GitHub #111
Comments
It seems this is due to splitting the comment after the Markdown has been rendered. I'm guessing the second comment needs the triple backticks (```) that get stripped out. Markdown rendering and comment creation are done here: atlantis/server/events/command_handler.go Lines 201 to 202 in 5d1722b
Splitting is done here: atlantis/server/events/vcs/github_client.go Lines 93 to 99 in 5d1722b
|
Yes my initial solution was a bit hacky. This needs to be cleaned up. |
I'm seeing the same behavior as @julianvmodesto |
Ya its a known issue not sure the priority /cc @lkysow |
If anyone has bandwidth to take a look that would be great. #203 was started but never finished. Simply removing the |
When long Terraform plan output gets split into multiple comments on GitHub, the Markdown formatting is unrendered in the subsequent comments.
Here's a screenshot with some example output:
The text was updated successfully, but these errors were encountered: