mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 02:43:43 +00:00
fix: Replace "syntax" with "xml" code fences
Used find/replace regex in VS Code Find:``` syntax(\s\n*)<\?xml Replace:```xml$1<?xml
This commit is contained in:
@ -643,7 +643,7 @@ This element defines the settings for a single application or a suite of applica
|
||||
|
||||
Here is the SettingsLocationTemplate.xsd file showing its elements, child elements, attributes, and parameters:
|
||||
|
||||
``` syntax
|
||||
```xml
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xs:schema id="UevSettingsLocationTemplate"
|
||||
targetNamespace="http://schemas.microsoft.com/UserExperienceVirtualization/2013A/SettingsLocationTemplate"
|
||||
|
Reference in New Issue
Block a user