-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pre-commit - move hook from markdownlint to markdownlint-cli2
fix a few minor markdown issues found by the new hook.
- Loading branch information
Allen Winter
committed
Sep 9, 2024
1 parent
753c522
commit a7b03b4
Showing
8 changed files
with
26 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"default": true, | ||
"MD007": { | ||
"indent": 2, | ||
"start_indented": false | ||
}, | ||
"MD013": { | ||
"line_length": 100, | ||
"tables": false, | ||
"code_blocks": false | ||
}, | ||
"MD029": { | ||
"style": "ordered" | ||
}, | ||
"MD033": false | ||
} |
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]> | |
License: MIT | ||
|
||
#misc config files | ||
Files: .pre-commit-config.yaml .codespellrc .krazy .cmake-format.py .clang-format .clang-tidy .clazy .gitignore .mdlrc .mdlrc.rb .pep8 .pylintrc .editorconfig .shellcheck docs/api/Doxyfile.cmake distro/* | ||
Files: .pre-commit-config.yaml .codespellrc .krazy .cmake-format.py .clang-format .clang-tidy .clazy .gitignore .markdownlint.json .pep8 .pylintrc .editorconfig .shellcheck docs/api/Doxyfile.cmake distro/* | ||
Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]> | ||
License: BSD-3-Clause | ||
|
||
|
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Introduction | ||
|
||
<div> | ||
<img src="images/kdreports-trademark.png" width="68%"/> | ||
<img src="images/kdreports.png" height="200px"/> | ||
<img src="images/kdreports-trademark.png" width="68%" alt="<kdreports-trademark>"/> | ||
<img src="images/kdreports.png" height="200px" alt="<kdreports-logo>" /> | ||
</div> | ||
|
||
# Introduction | ||
|
||
KD Reports is a Qt tool that lets you easily create printable reports by | ||
providing all of the necessary features for a variety of applications. | ||
Reports can be created programmatically, using an easy to use C++ API, or they | ||
|
@@ -42,7 +42,7 @@ The starting point for using KD Reports is the KDReports::Report class. | |
|
||
* See our official home page: <https://www.kdab.com/development-resources/qt-tools/kd-reports> | ||
* Visit us on GitHub: <https://github.com/KDAB/KDReports> | ||
* Email [email protected] for questions about this product. | ||
* Email <[email protected]> for questions about this product. | ||
|
||
Stay up-to-date with KDAB product announcements: | ||
|
||
|