Skip to content

HTML formatting improvements of `@multitable`

Werner Lemberg requested to merge dev/wl/quotation into master
  • doc: Fix HTML formatting of @indentedBlock and @smallIndentedBlock

For HTML output We mapped these two environment macros to @quotation and @smallquotation, respectively. However, texi2html 1.82 contains a bug: it inserts <p> into @multitable environments that are embedded into quotations. Since this yields very ugly results we remove this mapping.

  • doc: s/@quotation/@indentedBlock/ for @multitable

This improves rendering for HTML (because @indentedBlock gets mapped to nothing, circumventing a texi2html 1.82 bug).

Edited by Werner Lemberg

Merge request reports