Removed CSP tree images and converted into text. Updated the images of cross and check marks into respective texts as Yes and No. Fixed few files with Acrolinx score less than 80.
Based on the implied confusion in issue ticket #8387 (**FileSystem CSP examples**), I noticed that the 2 **Note** lines in this document do not adhere to the MS standard of using colored Note blobs. This PR aims to rectify that issue, hoping that this may clarify the following:
> FileSystem CSP is only supported in Windows 10 Mobile.
Thanks to @joinimran for mentioning this fact and making me aware of this issue.
Changes proposed:
- update/upgrade 2 **Note** lines to use standard Microsoft Note blob formatting
- encapsulate filename `winnt.h` in MD back ticks to display as monospaced font
Whitespace changes:
- Remove 10 empty lines at the end of the document
- reduce double blank lines to single (3 occurrences)
- remove all redundant end-of-line blank spaces
- bullet point lists: reduce triple consecutive blank space to single
Closes#8387