Commit Graph

6 Commits

Author SHA1 Message Date
David Alasow 2d731d3ed3 Fix inconsistent markdown formatting.
This changes all of the documentation markdown files to follow
the same rules. The rules I've applied are from
https://github.com/DavidAnson/markdownlint/blob/v0.25.1/doc/Rules.md

The reason I felt it was necessary
to change all the files was
that there were a lot inconsistencies in how the markdown was used.
Ranging from header levels to some headers having a new line before
content and some not.
2022-08-23 09:57:02 +02:00
David Alasow 99463413b1 Fix formatting in documentation
Removed trailing whitespaces and extra newlines. Added some missing
punctuation. Replaced unicode characters that aren't commonly used
with the more common character.

The replaced unicode characters are
- ’ (U+2019) to ' (U+0027)
- “ (U+201C) to " (U+0022)
- ” (U+201D) to " (U+0022)
2022-08-22 17:52:07 +02:00
Alicia Sykes 6ed5cd5b53 📝 Adds sub-items docs 2022-05-20 12:50:34 +01:00
Alicia Sykes f6df1e7750 📝 Updates multi-page docs 2022-05-01 22:04:18 +01:00
Alicia Sykes dfb12ec8d2 📝 Updates docs for multi-page support 2022-04-30 22:49:07 +01:00
Alicia Sykes d5c5c4fc85 📝 Starts writing multi-page docs 2022-04-26 22:27:02 +01:00