Fix markdown lint errors
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<!-- markdownlint-disable-next-line MD041 -->
|
||||
<!-- markdownlint-disable-next-line first-line-h1 -->
|
||||
|
||||
##### Project
|
||||
|
||||
::[PROJECT-NAME](Home)
|
||||
@@ -110,7 +111,7 @@ E.g., "logged in", "guest login allowed",
|
||||
|
||||
::List of variables and their possible values used in the test case.
|
||||
You can list specific values or describe value ranges. The test case
|
||||
should be performed once for each *combination* of values. These
|
||||
should be performed once for each _combination_ of values. These
|
||||
values are written in set notation, one per line. E.g.:
|
||||
|
||||
- loginID = {Valid loginID, invalid loginID, valid email, invalid
|
||||
@@ -156,7 +157,7 @@ E.g., "logged in", "guest login allowed",
|
||||
|
||||
::List of variables and their possible values used in the test case.
|
||||
You can list specific values or describe value ranges. The test case
|
||||
should be performed once for each *combination* of values. These
|
||||
should be performed once for each _combination_ of values. These
|
||||
values are written in set notation, one per line. E.g.:
|
||||
|
||||
- ::loginID = {Valid loginID, invalid loginID, valid email, invalid
|
||||
@@ -202,7 +203,7 @@ E.g., "logged in", "guest login allowed",
|
||||
|
||||
::List of variables and their possible values used in the test case.
|
||||
You can list specific values or describe value ranges. The test case
|
||||
should be performed once for each *combination* of values. These
|
||||
should be performed once for each _combination_ of values. These
|
||||
values are written in set notation, one per line. E.g.:
|
||||
|
||||
- ::loginID = {Valid loginID, invalid loginID, valid email, invalid
|
||||
@@ -248,7 +249,7 @@ E.g., "logged in", "guest login allowed",
|
||||
|
||||
::List of variables and their possible values used in the test case.
|
||||
You can list specific values or describe value ranges. The test case
|
||||
should be performed once for each *combination* of values. These
|
||||
should be performed once for each _combination_ of values. These
|
||||
values are written in set notation, one per line. E.g.:
|
||||
|
||||
- ::loginID = {Valid loginID, invalid loginID, valid email, invalid
|
||||
@@ -294,7 +295,7 @@ E.g., "logged in", "guest login allowed",
|
||||
|
||||
::List of variables and their possible values used in the test case.
|
||||
You can list specific values or describe value ranges. The test case
|
||||
should be performed once for each *combination* of values. These
|
||||
should be performed once for each _combination_ of values. These
|
||||
values are written in set notation, one per line. E.g.:
|
||||
|
||||
- ::loginID = {Valid loginID, invalid loginID, valid email, invalid
|
||||
@@ -339,7 +340,7 @@ E.g., "logged in", "guest login allowed",
|
||||
|
||||
::List of variables and their possible values used in the test case.
|
||||
You can list specific values or describe value ranges. The test case
|
||||
should be performed once for each *combination* of values. These
|
||||
should be performed once for each _combination_ of values. These
|
||||
values are written in set notation, one per line. E.g.:
|
||||
|
||||
- ::loginID = {Valid loginID, invalid loginID, valid email, invalid
|
||||
|
Reference in New Issue
Block a user