From: | Greg Smith <greg(at)2ndQuadrant(dot)com> |
---|---|
To: | pgsql-www(at)postgresql(dot)org |
Subject: | Style issues for conventions page |
Date: | 2013-05-21 13:18:26 |
Message-ID: | 519B7422.2090208@2ndQuadrant.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-www |
A documentation comment came in that highlights a weird situation with
the web version of the documentation. Check out
http://www.postgresql.org/docs/current/static/notation.html for a
moment. In the PDF documentation, this example looks just like it reads.
There are a few problems with the web version though:
-The word italics in "emphasized in italics" is actually bold. The
source code for that is <emphasis>italics</>.
-"emphasized in bold face (example)" shows an example that is neither
bold or italics. Source for that one is (<emphasis
role="bold"><literal>example</></>)
I don't know that anything in the source needs to change, but something
in the HTML generation pipeline seems off here.
--
Greg Smith 2ndQuadrant US greg(at)2ndQuadrant(dot)com Baltimore, MD
PostgreSQL Training, Services, and 24x7 Support www.2ndQuadrant.com
From | Date | Subject | |
---|---|---|---|
Next Message | Thom Brown | 2013-05-21 14:28:10 | Re: Style issues for conventions page |
Previous Message | Christoph Berg | 2013-05-21 03:45:18 | Re: Wierdness on install with new script |