Better markdown-disable rules

This commit is contained in:
Ayaz Salikhov
2022-05-08 20:23:08 +03:00
parent 4f2525b52f
commit 93d8207559
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,3 @@
<!-- markdownlint-disable MD041 -->
## Describe your changes ## Describe your changes
## Issue ticket if applicable ## Issue ticket if applicable
@@ -11,3 +9,5 @@
- [ ] I have performed a self-review of my code - [ ] I have performed a self-review of my code
- [ ] If it is a core feature, I have added thorough tests - [ ] If it is a core feature, I have added thorough tests
- [ ] I will try not to use force-push to make the review process easier for reviewers - [ ] I will try not to use force-push to make the review process easier for reviewers
<!-- markdownlint-disable-file MD041 -->

View File

@@ -1,5 +1,3 @@
<!-- markdownlint-disable MD041 -->
Thanks for contributing! Please see the Thanks for contributing! Please see the
**Contributor Guide** section in [the documentation](https://jupyter-docker-stacks.readthedocs.io/en/latest/) for **Contributor Guide** section in [the documentation](https://jupyter-docker-stacks.readthedocs.io/en/latest/) for
information about how to contribute information about how to contribute
@@ -8,3 +6,5 @@ information about how to contribute
[tests](https://jupyter-docker-stacks.readthedocs.io/en/latest/contributing/tests.html), [tests](https://jupyter-docker-stacks.readthedocs.io/en/latest/contributing/tests.html),
[features](https://jupyter-docker-stacks.readthedocs.io/en/latest/contributing/features.html), [features](https://jupyter-docker-stacks.readthedocs.io/en/latest/contributing/features.html),
[community-maintained stacks](https://jupyter-docker-stacks.readthedocs.io/en/latest/contributing/stacks.html). [community-maintained stacks](https://jupyter-docker-stacks.readthedocs.io/en/latest/contributing/stacks.html).
<!-- markdownlint-disable-file MD041 -->