-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add markdownlint config and resolve existing issues
- Loading branch information
Showing
11 changed files
with
46 additions
and
21 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Reference: https://github.com/DavidAnson/markdownlint/blob/main/schema/.markdownlint.yaml | ||
|
||
# MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md013.md | ||
MD013: | ||
# Number of characters | ||
line_length: 80 | ||
# Number of characters for headings | ||
heading_line_length: 80 | ||
# Number of characters for code blocks | ||
code_block_line_length: 180 | ||
# Include code blocks | ||
code_blocks: true | ||
# Include tables | ||
tables: false | ||
# Include headings | ||
headings: true | ||
# Strict length checking | ||
strict: false | ||
# Stern length checking | ||
stern: false | ||
|
||
# MD033/no-inline-html : Inline HTML : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md033.md | ||
MD033: | ||
# Allowed elements | ||
allowed_elements: ["br"] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,8 +18,8 @@ documentation to facilitate working with QIR. | |
|
||
### Asking and Answering Questions | ||
|
||
Have a question? This repository is great places to ask questions about QIR and | ||
the available tools to work with it. Your question will serve as resource to | ||
Have a question? This repository is a great place to ask questions about QIR and | ||
the available tools to work with it. Your question will serve as a resource to | ||
others searching for help. Please file an issue to ask your question | ||
[here](https://github.com/qir-alliance/qir-spec/issues/new). | ||
|
||
|
@@ -51,7 +51,7 @@ have any questions or would like to revoke your consent, please contact | |
[[email protected]](mailto:[email protected]). | ||
|
||
For more information about the development process for specifications under the | ||
QIR Alliance, please see the the governance policy available | ||
QIR Alliance, please see the governance policy available | ||
[here](https://github.com/qir-alliance/.github/blob/main/Governance.md). | ||
|
||
### Contributing an Implementation | ||
|
@@ -72,4 +72,4 @@ possible. Thank you for taking the time to contribute. | |
This project has adopted the community specification [Code of | ||
Conduct](https://github.com/qir-alliance/.github/blob/main/Code_of_Conduct.md#contributor-covenant-code-of-conduct). | ||
Please contact [[email protected]](mailto:[email protected]) for Code of | ||
Conduct issues or inquires. | ||
Conduct issues or inquiries. |
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,4 +75,4 @@ marked with an LLVM "EntryPoint" attribute. | |
>use. | ||
--- | ||
_[Back to index](README.md)_ | ||
*[Back to index](README.md)* |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,4 +82,4 @@ restrictions: | |
appear as literals. | ||
|
||
--- | ||
_[Back to index](README.md)_ | ||
*[Back to index](README.md)* |
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