[clang-tools-extra] [clangd] Improve Markup Rendering (PR #140498)

Maksim Ivanov via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 11 19:45:17 PDT 2025


================
@@ -352,40 +606,59 @@ TEST(BulletList, Render) {
   DeepDoc.addParagraph().appendText("baz");
   StringRef ExpectedMarkdown = R"md(- foo
 - bar
-- foo  
-  baz  
-  - foo  
-    - baz  
+- foo
+
----------------
emaxx-google wrote:

Related to the comment in the code - these additional blank lines within lists feel somewhat excessive. Is there a reason we have to add them?

https://github.com/llvm/llvm-project/pull/140498


More information about the cfe-commits mailing list