fix: MD033/no-inline-html

- Escape elements being swallowed as HTML
- Remove Head/Style that don't render on docs.ms
- Use backticks where there is no formatting
- Espace inside pre blocks
- Remove non-docfx xref with text
This commit is contained in:
Nick Schonning
2019-06-21 02:42:25 -04:00
parent 9c8517cbcb
commit 2ed412cef0
34 changed files with 49 additions and 54 deletions

View File

@ -144,7 +144,7 @@ R:\> Copy *.* D:\BootBackup
Bcdboot <**OSDrive* >:\windows /s <**SYSTEMdrive* >: /f ALL
```
For example: if we assign the ,System Drive> (WinRE drive) the letter R and the <OSdrive> is the letter D, this command would be the following:
For example: if we assign the `<System Drive>` (WinRE drive) the letter R and the `<OSdrive>` is the letter D, this command would be the following:
```cmd
Bcdboot D:\windows /s R: /f ALL