bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[html] Indentation bug


From: Jesper Harder
Subject: [html] Indentation bug
Date: Fri, 27 Feb 2004 21:56:29 +0100
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

[cvs makeinfo]

Consider this example:

============================================================
@exampleindent 0

@example
foo
@end example

@quotation
bar
@end quotation

@example
baz
@end example
============================================================

which results in:

============================================================
<pre class="example">foo
</pre>

   <blockquote>
bar
</blockquote>

     <pre class="example">     baz
</pre>
============================================================

I.e. the contents of the second @example is incorrectly indented.  It
seems that the @quotation environment is responsible for the problem.

-- 
Cheers,
Jesper Harder




reply via email to

[Prev in Thread] Current Thread [Next in Thread]