Description:
As reported in issue ticket #6953 (Translations errors caused by
missing code block), there are several remaining lines of text directly
referencing file paths and/or OS commands where the commands and
their parameters get translated due to a lack of MarkDown code blocks.
Thanks to sebbu2 for reporting this issue.
Changes proposed:
- Encapsulate (enclose) CLi commands and folder paths in MD back ticks
- Remove MD bullet point indicators from the encapsulated lines
- Whitespace & grammar corrections:
- Normalize indentation, for the code blocks in particular
- Add missing MarkDown indent marker compatibility spacing
- Add blank line after H2 heading (MD codestyle standard)
- Grammar improvement: "allow reset" -> 'allows you to reset'
- Add readability comma to the same sentence
- Remove redundant blank line in the metadata section
Ticket closure or reference:
Closes#6953