-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The README was difficult to make changes to as many of lines containing links were extremely long. This also caused markdown linters to report numerous issues. By using link reference definitions it was possible to remove the link from text blocks leaving only the link text. This significantly improved the readability as both paragraphs and tables were simplified. Tables were also modified to be compliant with the preferred format used by `prettier` and `mdformat`. Some lines were incorrectly hard wrapped and this has now been corrected. Ordered lists were reporting lint issues and were resolved by indenting the paragraphs that belong to each preceeding item. To help maintain these files, a `markdownlint` configuration file has been added with parameters for some rules changed.
- Loading branch information
1 parent
30b5445
commit d38da19
Showing
2 changed files
with
136 additions
and
73 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
no-inline-html: | ||
allowed_elements: | ||
- br | ||
- kbd | ||
line-length: | ||
code_block_line_length: 120 | ||
heading_line_length: 400 |
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