Windows/Configuration: broken header+missing space

- Repair a broken MarkDown (MD) header by adding a blank line between it
  and its preceding HTML tag, which up until now has disabled the header

- Set correct MarkDown spacing for Note/Tip/important block indents
  (1 space between the indent marker and its text content)
This commit is contained in:
illfated
2019-08-09 20:20:44 +02:00
parent 383e9a87f8
commit 7b97f9d022

View File

@ -47,6 +47,7 @@ Three features enable Start and taskbar layout control:
- In Windows Configuration Designer, you use the **Policies/Start/StartLayout** setting to provide the contents of the .xml file that defines the Start and taskbar layout.
<span id="escape"/>
## Prepare the Start layout XML file
The **Export-StartLayout** cmdlet produces an XML file. Because Windows Configuration Designer produces a customizations.xml file that contains the configuration settings, adding the Start layout section to the customizations.xml file directly would result in an XML file embedded in an XML file. Before you add the Start layout section to the customizations.xml file, you must replace the markup characters in your layout.xml with escape characters.