Re: strange para/programlisting pattern in sgml docs

2023-11-27 Thread Peter Eisentraut
On 25.11.23 21:44, Tomas Vondra wrote: while working on a patch I noticed we do this in the SGML docs (for example in indexam.sgml and a bunch of other files): ... some text ... some code ... description of the code. That is, the program listing is in a paragraph tha

strange para/programlisting pattern in sgml docs

2023-11-25 Thread Tomas Vondra
Hi, while working on a patch I noticed we do this in the SGML docs (for example in indexam.sgml and a bunch of other files): ... some text ... some code ... description of the code. That is, the program listing is in a paragraph that starts immediately before it. I just not