fix: MD033/no-inline-html

Escpe elemnents swallowed as inline HTML
This commit is contained in:
Nick Schonning
2019-07-12 15:57:43 -04:00
parent 916cf822d1
commit ab55da07d7
2 changed files with 4 additions and 4 deletions

View File

@ -31,13 +31,13 @@ Here are some things you can try saying (remember to say "Hey Cortana" first):
- Restart. - Restart.
- Go to sleep. - Go to sleep.
- Mute. - Mute.
- Launch <app name>. - Launch `<app name>`.
- Move <app name> here (gaze at the spot you want the app to move to). - Move `<app name>` here (gaze at the spot you want the app to move to).
- Go to Start. - Go to Start.
- Take a picture. - Take a picture.
- Start recording. (Starts recording a video.) - Start recording. (Starts recording a video.)
- Stop recording. (Stops recording a video.) - Stop recording. (Stops recording a video.)
- Call <contact>. (Requires Skype.) - Call `<contact>`. (Requires Skype.)
- What time is it? - What time is it?
- Show me the latest NBA scores. - Show me the latest NBA scores.
- How much battery do I have left? - How much battery do I have left?

View File

@ -85,7 +85,7 @@ In order to deploy policies using the new multiple policy format you will need t
- Policies must be copied to this directory: C:\Windows\System32\CodeIntegrity\CiPolicies\Active - Policies must be copied to this directory: C:\Windows\System32\CodeIntegrity\CiPolicies\Active
2. Binary policy files must have the correct name which takes the format {PolicyGUID}.cip 2. Binary policy files must have the correct name which takes the format {PolicyGUID}.cip
- Ensure that the name of the binary policy file is exactly the same as the PolicyID in the policy - Ensure that the name of the binary policy file is exactly the same as the PolicyID in the policy
- For example if the policy XML had the ID as <PolicyID>{A6D7FBBF-9F6B-4072-BF37-693741E1D745}</PolicyID> the correct name for the binary policy file would be {A6D7FBBF-9F6B-4072-BF37-693741E1D745}.cip - For example if the policy XML had the ID as `<PolicyID>{A6D7FBBF-9F6B-4072-BF37-693741E1D745}</PolicyID>` the correct name for the binary policy file would be {A6D7FBBF-9F6B-4072-BF37-693741E1D745}.cip
3. Reboot the system or use WMI to rebootlessly refresh the policy 3. Reboot the system or use WMI to rebootlessly refresh the policy
```powershell ```powershell