Fix markdown lint errors

This commit is contained in:
William Sandner
2023-03-24 17:29:16 +01:00
parent 0d20f4e5b1
commit c504fc26da
50 changed files with 702 additions and 637 deletions

View File

@@ -1,7 +1,8 @@
<!-- markdownlint-disable-next-line MD041 -->
*TODO: Fill in information about this product. Make sure to use the
<!-- markdownlint-disable-next-line first-line-h1 -->
_TODO: Fill in information about this product. Make sure to use the
**product** name and **external** release number, not internal
information.*
information._
##### Product
@@ -34,12 +35,12 @@ PRODUCT-NAME.
### Installation
*TODO: Give detailed installation instructions. Make sure to test these
instructions by doing them yourself on a target machine.*
_TODO: Give detailed installation instructions. Make sure to test these
instructions by doing them yourself on a target machine._
*TIP: For development releases, or products that are reusable components
_TIP: For development releases, or products that are reusable components
rather than end-user applications, you should include information on
needed development and bugging tools, e.g., Ant and JUnit.*
needed development and bugging tools, e.g., Ant and JUnit._
#### What other software must be installed first?
@@ -75,9 +76,9 @@ packages:
### Getting Started
*TODO: Briefly describe how the user would accomplish one or two of the
_TODO: Briefly describe how the user would accomplish one or two of the
main use cases for new users. For development releases or reusable
components, include instructions on running unit tests.*
components, include instructions on running unit tests._
#### How can I run post-install unit tests?