fix: render per-comment file line instead of thread-level location
This commit is contained in:
@@ -79,6 +79,7 @@ total: <files_changed> files, +<additions>, -<deletions>
|
||||
```
|
||||
|
||||
### Reply <pr-index>.<comment-seq>.<reply-seq>
|
||||
<file>:<line>
|
||||
<user>:
|
||||
```md
|
||||
<原始回复正文>
|
||||
@@ -89,3 +90,4 @@ total: <files_changed> files, +<additions>, -<deletions>
|
||||
|
||||
- 默认输出到 `stdout`;仅在指定 `--out` 时写入文件。
|
||||
- 当评论正文本身包含 Markdown / 代码块时,渲染器会自动处理 fence,避免破坏整体结构。
|
||||
- `Comment` 和 `Reply` 都会显示各自直接关联的文件路径与行号(若 API 提供)。
|
||||
|
||||
Reference in New Issue
Block a user