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

Disable some formatting linters #508

Merged
merged 1 commit into from
Nov 26, 2024
Merged

Conversation

ptgott
Copy link
Contributor

@ptgott ptgott commented Nov 25, 2024

Disable linting rules for Markdown syntax that only affect formatting conventions and do not affect user experience:

  • Emphasis marker (_this syntax_ and *this syntax* are both acceptable)
  • Unordered list marker (can use asterisks and hyphens)
  • Ordered list marker (can use all 1.s or sequential numbers)

Disable linting rules for Markdown syntax that only affect formatting
conventions and do not affect user experience:

- Emphasis marker (`_this syntax_` and `*this syntax*` are both
  acceptable)
- Unordered list marker (can use asterisks and hyphens)
- Ordered list marker (can use all `1.`s or sequential numbers)
@ptgott ptgott requested a review from avatus as a code owner November 25, 2024 23:49
Copy link

vercel bot commented Nov 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 25, 2024 11:54pm

@ptgott ptgott merged commit 2d7084d into main Nov 26, 2024
5 of 6 checks passed
ptgott added a commit to gravitational/docs-website that referenced this pull request Dec 2, 2024
Apply the changes made in gravitational/docs#508 and disable linting
rules for Markdown syntax that only affect formatting conventions and do
not affect user experience:

- Emphasis marker (`_this syntax_` and `*this syntax*` are both
  acceptable)
- Unordered list marker (can use asterisks and hyphens)
- Ordered list marker (can use all `1.`s or sequential numbers)
ptgott added a commit to gravitational/docs-website that referenced this pull request Dec 2, 2024
Apply the changes made in gravitational/docs#508 and disable linting
rules for Markdown syntax that only affect formatting conventions and do
not affect user experience:

- Emphasis marker (`_this syntax_` and `*this syntax*` are both
  acceptable)
- Unordered list marker (can use asterisks and hyphens)
- Ordered list marker (can use all `1.`s or sequential numbers)
ptgott added a commit to gravitational/docs-website that referenced this pull request Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants