buildtools icon indicating copy to clipboard operation
buildtools copied to clipboard

make backslashes visible in docs for dict_add and dict_set

Open dws opened this issue 8 months ago • 1 comments

In order to escape colons in the keys and values that you provide to dict_add and dict_set, you must precede them with backslashes. The raw README.md file has the backslashes, but they are not visible when rendered. We here double these backslashes so that they'll be visible when rendered.

This is a followup to https://github.com/bazelbuild/buildtools/pull/1361.

dws avatar Jun 18 '25 03:06 dws

@oreflow FYI

dws avatar Jun 18 '25 03:06 dws

Nice, thanks for fixing this :)

oreflow avatar Jun 20 '25 06:06 oreflow