Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

impl: use consistent Markdown sytnax for tables #1024

Merged
merged 2 commits into from
Feb 6, 2024

Conversation

MarkLodato
Copy link
Member

Address markdownlint warning about inconsistent markdown syntax for
tables. We almost always use a trailing |, so add that to the few
places where it's missing. Also disable the lint warning on Liquid
templates that markdownlint fails to parse properly.

This unblocks upgrading to markdownlint-cli v0.39 (#1021).

A future PR might switch to leading-only syntax (#1023), but that is
outside the scope of this PR.

Markdownlint table rules are falsely triggering in 0.39 because it
doesn't understand liquid templates. Disable those rules for the liquid
code to avoid lint errors.

Signed-off-by: Mark Lodato <[email protected]>
This satisfies markdownlint-cli 0.39.

Signed-off-by: Mark Lodato <[email protected]>
@MarkLodato MarkLodato requested a review from joshuagl February 6, 2024 14:38
Copy link

netlify bot commented Feb 6, 2024

Deploy Preview for slsa ready!

Name Link
🔨 Latest commit fbbb891
🔍 Latest deploy log https://app.netlify.com/sites/slsa/deploys/65c2444e2bd1f30008c1e1c3
😎 Deploy Preview https://deploy-preview-1024--slsa.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@MarkLodato MarkLodato merged commit ef7e337 into slsa-framework:main Feb 6, 2024
6 checks passed
@MarkLodato MarkLodato deleted the table-pipe branch February 6, 2024 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants