Deep Link examples are wrong (text wrapped)

The following examples are technically accurate, but unlike the preview here where they display correctly as two seperate line items:
**ms-device-enrollment:?mode=mdm**
**ms-device-enrollment:?mode=mdm&username=someone@example.com&servername=<https://example.server.com>**

When viewing the page externally they are 'appended' to each other and wrapped, which is misleading as it makes them appear to be one long command as follows:
**ms-device-enrollment:?mode=mdm ms-device-enrollment:?mode=mdm&username=someone@example.com&servername=<https://example.server.com>**

Can we please fix the layout to ensure they appear as follows: (also, perhaps we can change the mode=mdm in the first line to mode=awa just to provide some variety in the examples please)
**ms-device-enrollment:?mode=mdm**
**ms-device-enrollment:?mode=mdm&username=someone@example.com&servername=<https://example.server.com>**
This commit is contained in:
rogersoMS 2020-05-02 01:55:20 +10:00 committed by GitHub
parent 7d4ec1cf37
commit de1e07ad50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -313,7 +313,7 @@ The deep link used for connecting your device to work will always use the follow
> **Note** Deep links only work with Internet Explorer or Edge browsers.
When connecting to MDM using a deep link, the URI you should use is
**ms-device-enrollment:?mode=mdm**
**ms-device-enrollment:?mode=mdm**
**ms-device-enrollment:?mode=mdm&username=someone@example.com&servername=<https://example.server.com>**
The following procedure describes how users can connect their devices to MDM using deep links.