From 527a7e649dc884a494530fbafe3bdb67a4f27f93 Mon Sep 17 00:00:00 2001 From: Leandro Ribeiro Date: Tue, 17 Dec 2024 15:53:38 -0500 Subject: [PATCH] Update handling-comments.md Fix the code block formatting for comment reply examples. --- review/developer/handling-comments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/review/developer/handling-comments.md b/review/developer/handling-comments.md index cb43fb98..7df7d590 100644 --- a/review/developer/handling-comments.md +++ b/review/developer/handling-comments.md @@ -64,11 +64,11 @@ If you can't answer that question, ask the reviewer for clarification. And then, if you understand the comments but disagree with them, it's important to think collaboratively, not combatively or defensively: -```txt {.bad} +``` {.bad} Bad: "No, I'm not going to do that." ``` -```txt {.good} +``` {.good} Good: "I went with X because of [these pros/cons] with [these tradeoffs] My understanding is that using Y would be worse because of [these reasons]. Are you suggesting that Y better serves the original tradeoffs, that we should