**Description:**
- Hololens directory
This PR is a standalone attempt to standardize the MarkDown Note
bubbles by adding the recommended single space after the quote marker.
MarkDown codestyle consistency is the main goal here.
**Changes proposed:**
- Add single space between the quote marker and the text [!NOTE]
- Add the same spacing to the connected text lines in the same bubble
- Do the same to other nearby notes [!TIP], [!WARNING], [!IMPORTANT]
- Standardize on uppercase [!NOTE] instead of mixed casing ( [!Note] )
- Remove incorrect space in code block syntax highlighting
**Ticket reference or closure:**
None that I know of (at least not yet).
**Additional notes:**
I have split this modification chore into sub-folder sections to keep
the number of files within a reasonably manageable amount.
* Update windows-autopilot-and-surface-devices.md
Updates link
* Update windows-autopilot-and-surface-devices.md
Updates link
* links changed + linting
I altered the links to point directly to the page they were being redirected to
I also did a light copyedit, including linting text editor warnings away
* updated instructions
* CAT Auto Pulish for Windows Release Messages - CAT_AutoPublish_20200215000333 (#2070)
Co-authored-by: Direesh Kumar Kandakatla <direek@microsoft.com>
Co-authored-by: John Kaiser <35939694+CoveMiner@users.noreply.github.com>
Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>
Co-authored-by: Denise Vangel-MSFT <deniseb@microsoft.com>
Co-authored-by: Gary Moore <v-gmoor@microsoft.com>
Co-authored-by: Direesh Kumar Kandakatla <direek@microsoft.com>
Description:
This PR is a standalone attempt to standardize the MarkDown Note
bubbles by adding the recommended single space after the quote marker.
MarkDown codestyle consistency is the main goal here.
Changes proposed:
- Add single space between the quote marker and the text [!NOTE]
- Add the same spacing to the connected text line in the same bubble
- Apply the same standard to other nearby notes, e.g. [!IMPORTANT]
- Standardize on uppercase [!NOTE] instead of mixed casing ( [!Note] )
- Remove some of the obvious redundant spacing at end-of-file
Ticket reference or closure:
None that I know of (at least not yet).
Additional notes:
I have split this modification chore into sub-folder sections to keep
the number of files within a reasonably manageable amount.
I altered the links to point directly to the page they were being redirected to
I also did a light copyedit, including linting text editor warnings away