| From: | "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org> |
|---|---|
| To: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> |
| Cc: | PostgreSQL www <pgsql-www(at)postgresql(dot)org> |
| Subject: | Re: Loss of boldface on syntax synopsis, v10 & devel |
| Date: | 2018-05-10 13:58:24 |
| Message-ID: | 7893FFF9-5DA3-4B5E-A921-D1E4F6D06BD5@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-www |
Hi David,
> On May 9, 2018, at 7:41 PM, David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com> wrote:
>
> Web Team,
>
> I don't recall this being mentioned before; I just noticed that in v9.6 and earlier docs the placeholders for identifiers/expressions/etc are boldfaced and italic. In v10 and devel they are just italic.
>
> The boldface does seem to help improve readability for me.
To clarify, you’re referring to something like the examples on this page:
9.5: https://www.postgresql.org/docs/9.5/static/queries-union.html <https://www.postgresql.org/docs/9.5/static/queries-union.html>
10: https://www.postgresql.org/docs/10/static/queries-union.html <https://www.postgresql.org/docs/10/static/queries-union.html>
AFAIK on the -www side we have not adjusted any of the styles so this is
a question for -docs in terms of what is being generated.
The difference I see code-wise:
10: <em class="replaceable"><code>query1</code></em>
9.5: <tt class="REPLACEABLE c2">query1</tt>
Thanks,
Jonathan
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Amit Langote | 2018-05-10 15:33:05 | Clickable hyperlinks on release info page? |
| Previous Message | Vik Fearing | 2018-05-10 13:42:34 | Re: Doc comments on unsupported versions |