Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,15 +164,18 @@ first_pr_comment: |

## Comment Formatting

You can use full Markdown syntax in your comment messages, including:
You can use most Markdown syntax in your comment messages, including:

- Headings (`# Heading`)
- Lists (`- Item`)
- Formatting (**bold**, *italic*)
- Links (`[text](url)`)
- Code blocks
- Images
- Tables
- Emojis (`:tada:`)

> **Note:** Triple backtick code blocks are not supported due to technical limitations with the GitHub Actions script environment. If you need to include code examples, consider using inline code with single backticks or HTML alternatives.

## Special Placeholders

The first PR comment supports the `@<username>` placeholder, which will be automatically replaced with the PR author's username.
Expand Down