docs: paragraph columns (p/m/b) and \cline are supported — correct the gap - #133
Merged
Conversation
…e gap
The capability reference said tabular paragraph columns and \cline were "not yet
handled", but the engine handles them: scanColSpec parses p/m/b{width} (m/b as p)
and \cline has full field + rendering support. Verified — a p{1cm} cell wraps its
words within the width, and a table with \cline renders no skips.
Correct both spots: the tabular-family package row now lists p/m/b{width} wrapping
columns and \cline, and the Known-gaps table entry keeps only the real gaps
(longtable, tabular*, xtabular still drop). Verified with a clean hugo build.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The reference said tabular paragraph columns and
\clinewere "not yet handled", but the engine handles them:scanColSpecparsesp/m/b{width} (m/b treated as p) and\clinehas full field + rendering support.Verified: a
p{1cm}cell wraps its words within the width, and a table withp{3cm}+\clinerenders with no skips. (The other table entries —longtable,tabular*,xtabular— I confirmed still drop, so they stay in the gap.)p/m/b{width} wrapping columns and\cline.Docs-only; clean
hugobuild. (Second stale gap-claim found this pass, after TikZ — the reference had drifted from the shipped code.)🤖 Generated with Claude Code