mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +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:
parent
9cdc5cdbe6
commit
ff95e10225
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ each other. @xref{texinfo docbook sdocbook-flatten,,sdocbook-flatten},
|
||||||
for more information."
|
for more information."
|
||||||
'(para programlisting informalexample indexterm variablelist
|
'(para programlisting informalexample indexterm variablelist
|
||||||
orderedlist refsect1 refsect2 refsect3 refsect4 title example
|
orderedlist refsect1 refsect2 refsect3 refsect4 title example
|
||||||
note itemizedlist))
|
note itemizedlist informaltable))
|
||||||
|
|
||||||
(define (inline-command? command)
|
(define (inline-command? command)
|
||||||
(not (memq command *sdocbook-block-commands*)))
|
(not (memq command *sdocbook-block-commands*)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue