Print tables more prettily, by request of @reknih.

This commit is contained in:
Michael Färber 2025-01-21 08:38:56 +01:00
parent eba9568ac0
commit 41b45b4128

View File

@ -522,6 +522,12 @@ pub mod tag {
| self::p | self::p
| self::pre | self::pre
| self::search | self::search
| self::table
| self::thead
| self::tbody
| self::tfoot
| self::th
| self::tr
) )
} }