rust-lang / mdBook

Create book from markdown files. Like Gitbook but implemented in Rust
https://rust-lang.github.io/mdBook/
Mozilla Public License 2.0
17.84k stars 1.62k forks source link

Ensure Consistent Table Widths in mdBook #2411

Open Tealk opened 2 months ago

Tealk commented 2 months ago

Problem

When multiple tables are displayed consecutively in mdBook, they do not have a fixed width. This results in uneven table widths, which can look visually inconsistent and awkward.

Proposed Solution

Enhance mdBook to support tables with a fixed width. This improvement would ensure that all tables within a document maintain the same width, regardless of their content. Implementing this feature would enhance the readability and aesthetic consistency of documents containing multiple tables.

Notes

No response