Skip to content

Markdownlint more rules vol6#3157

Open
mnocon wants to merge 2 commits into
5.0from
markdownlint-more-rules-vol6
Open

Markdownlint more rules vol6#3157
mnocon wants to merge 2 commits into
5.0from
markdownlint-more-rules-vol6

Conversation

@mnocon

@mnocon mnocon commented Apr 21, 2026

Copy link
Copy Markdown
Contributor

Rules added:

For table-column-coun, I had to replace the usage of | symbol in tables - it should only mean "end of table cell", otherwise it's impossible to distinguish which one is which (and some tools fail on that - for example, it fixes the table issue detected in #3161 )

@github-actions

github-actions Bot commented Apr 21, 2026

Copy link
Copy Markdown

Preview of modified files

Preview of modified Markdown:

@mnocon mnocon force-pushed the markdownlint-more-rules-vol6 branch from 5ea308e to 95931dd Compare May 17, 2026 15:23
@mnocon mnocon changed the base branch from markdownlint-more-rules-vol5 to 5.0 May 17, 2026 15:24
@mnocon mnocon force-pushed the markdownlint-more-rules-vol6 branch from 95931dd to 7db38da Compare May 17, 2026 15:25
@sonarqubecloud

Copy link
Copy Markdown

@mnocon mnocon marked this pull request as ready for review May 18, 2026 10:13
@mnocon mnocon requested a review from a team May 18, 2026 10:13
@ibexa-workflow-automation-1 ibexa-workflow-automation-1 Bot requested review from adriendupuis, dabrt and julitafalcondusza and removed request for a team May 18, 2026 10:13

@julitafalcondusza julitafalcondusza left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check my comments/

|----|----|-----------|
|`headline` (optional)|string|if not specified, the header isn't rendered|
|`headline_items`|array|
|`headline_items`|array| |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if it's good to have an empty value here, before in another tables we are using "-".
Just to consider.

| |billingAddressLastName|Payer's last name|Doe|
| |billingAddressEmail|E-mail address|user@example.com|
| |billingAddressPhoneNumber|Phone number|123456789|
|Order processing|orderId|Order numerical ID|123| |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment here - maybe we should be consistent and use or empty space or "-".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants