1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

(texinfo docbook): informaltable is a block element.

* module/texinfo/docbook.scm (*sdocbook-block-commands*): informaltable
  is a block element.
This commit is contained in:
Andy Wingo 2013-02-09 18:19:06 +01:00
parent 9cdc5cdbe6
commit ff95e10225

View file

@ -135,7 +135,7 @@ each other. @xref{texinfo docbook sdocbook-flatten,,sdocbook-flatten},
for more information."
'(para programlisting informalexample indexterm variablelist
orderedlist refsect1 refsect2 refsect3 refsect4 title example
note itemizedlist))
note itemizedlist informaltable))
(define (inline-command? command)
(not (memq command *sdocbook-block-commands*)))