Re: Blanks in the first line before the first word in the code boxes - Mailing list pgsql-docs

From Peter Eisentraut
Subject Re: Blanks in the first line before the first word in the code boxes
Date
Msg-id 60a39b28-485e-1621-79af-fa01cf43b3c6@2ndquadrant.com
Whole thread Raw
In response to Re: Blanks in the first line before the first word in the code boxes  (Magnus Hagander <magnus@hagander.net>)
Responses Re: Blanks in the first line before the first word in the code boxes  (Magnus Hagander <magnus@hagander.net>)
List pgsql-docs
On 4/1/18 11:55, Magnus Hagander wrote:
> However, why does devel work fine when the others are broken. It's the
> exact same code that's run to load the docs. The *input* to the loader
> must also be different at some point.

In devel, the raw HTML output looks like

... <pre class="synopsis">
ALTER FOREIGN TABLE [ IF EXISTS ] [ ONLY ] ...

(with a line break)

but before it looks like

... <pre class="synopsis">ALTER FOREIGN TABLE [ IF EXISTS ] [ ONLY ] ...

(without a line break).

So maybe some part of the processing code thinks it should do some kind
of "indentation" here.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-docs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: "IS NOT DOCUMENT" is missing
Next
From: Bruce Momjian
Date:
Subject: Re: "IS NOT DOCUMENT" is missing