Re: A minor bug in doc. Hovering over heading shows # besides it.
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: David Rowley <dgrowleyml@gmail.com>, Muhammad Ikram <mmikram@gmail.com>,
pgsql-docs@lists.postgresql.org
Date: 2024-07-18T13:49:05Z
Lists: pgsql-docs
Daniel Gustafsson <daniel@yesql.se> writes: > While not a standard the pilcrow [0] is, AFAICT from a bit of looking at other > docs, commonly used for this. There is a lot of variability though so > whichever we choose it will be wrong one for someone. I like this suggestion better because that's U+00B6, ie part of LATIN-1, so it's *far* more likely to render correctly everywhere than U+01F517 is. We could also consider the section sign § (U+00A7). In any case, a tooltip would help reduce confusion. regards, tom lane