1b38b413de
Previously, the indentation of code snippets in the "Cheat sheet" guide was done using regular spaces. However, leading whitespace is ignored in HTML elements (by default), which resulted in the identation being lost. This commit fixes this by using the ` ` HTML entity for indentation, ensuring the code snippets are easier to read. Some examples: Before: ![cheatsheet code indentation before][1] After: ![cheatsheet code since PR 40944][2] [1]: https://user-images.githubusercontent.com/8604205/109385242-218dd600-78fb-11eb-9261-18ab5f2c308c.png [2]: https://user-images.githubusercontent.com/8604205/109385246-25b9f380-78fb-11eb-8e82-d8a561deba21.png PR Close #41051 |
||
---|---|---|
.. | ||
cli | ||
cli-src | ||
errors | ||
examples | ||
guide | ||
images | ||
marketing | ||
start | ||
tutorial | ||
file-not-found.md | ||
license.md | ||
navigation.json |