-
-
Notifications
You must be signed in to change notification settings - Fork 62.7k
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
fix: fully patch the MD007/ul-indent
rule forgotten at #6988
#7037
Closed
davorpa
wants to merge
22
commits into
EbookFoundation:main
from
davorpa:maintenance/markdown-lint-homogenize
Closed
fix: fully patch the MD007/ul-indent
rule forgotten at #6988
#7037
davorpa
wants to merge
22
commits into
EbookFoundation:main
from
davorpa:maintenance/markdown-lint-homogenize
Conversation
This file contains 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
right markdown escape instead of use HTML entities
Multiple consecutive blank lines [Expected: 2; Actual: 3]
Spaces inside link text
Trailing spaces [Expected: 0 or 4; Actual: 1] Trailing spaces [Expected: 0 or 4; Actual: 2]
- HTML - JavaScript - YouTube
Unordered list indentation [Expected: 4; Actual: 2]
…genize to solve conflicts Cherry picked until 44579d3 commit
…to solve conflicts Cherry picket until 04cf8c8 commit
This reverts commit 4d6a74e.
[Expected: 4; Actual: 2]
davorpa
added
🐛 BUG
Confirmed bugs, normally at GitHub Pages
🗣️ locale:cs
Resources addressing "Czech / čeština / český jazyk" language
labels
Aug 25, 2022
Merge error with upstream. I've patched it from a clean branch #7038 |
davorpa
added
the
duplicate
Contributed resource, issue, pull request... already exists
label
Aug 25, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
🐛 BUG
Confirmed bugs, normally at GitHub Pages
duplicate
Contributed resource, issue, pull request... already exists
🗣️ locale:cs
Resources addressing "Czech / čeština / český jazyk" language
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.
What does this PR do?
Improve repo
For resources
Description
MD007/ul-indent
rule^\s\s\*
Checklist:
Follow-up