Generate the rowcol diacrticis for Go as well

This commit is contained in:
Kovid Goyal
2023-03-03 14:39:38 +05:30
parent a7ed47575e
commit 1bf911a81b
3 changed files with 17 additions and 8 deletions

View File

@@ -532,7 +532,7 @@ By using only the foreground color for image ID you are limited to either 8-bit
mode or 24-bit IDs in true color mode. Since IDs are in a global namespace
there can easily be collisions. If you need more bits for the image
ID, you can specify the most significant byte via a third diacritic. For
example, this is the placeholder for the image ID ``738197504 = 42 + (2 << 24)``:
example, this is the placeholder for the image ID ``33554474 = 42 + (2 << 24)``:
.. code-block:: sh