[PATCH] D66087: [clangd] Preserve line break when rendering text chunks of markdown

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 12 07:47:28 PDT 2019


ilya-biryukov added a comment.

The heuristics for properly rendering the comments are probably a good way to go.
I'd say this change is still a step in the right direction - text blocks in formatted strings should be properly escaped to avoid being interpreted like markdown constructs.
Any structure we want to have should be explicit.

However, landing this without the aforementioned heuristics means changing our behavior and since some folks like the current one better, I'll just keep this change in a limbo until we get to those heuristics.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66087/new/

https://reviews.llvm.org/D66087





More information about the cfe-commits mailing list