From 71b40ad58befcc9be3f3dbdcf858d86404b8a035 Mon Sep 17 00:00:00 2001 From: "Vinay Pamnani (from Dev Box)" Date: Thu, 15 Aug 2024 10:20:21 -0600 Subject: [PATCH] Fix indentation --- .../mdm/declaredconfiguration-csp.md | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/windows/client-management/mdm/declaredconfiguration-csp.md b/windows/client-management/mdm/declaredconfiguration-csp.md index ea3e57c5f3..ae7ef3991e 100644 --- a/windows/client-management/mdm/declaredconfiguration-csp.md +++ b/windows/client-management/mdm/declaredconfiguration-csp.md @@ -898,22 +898,22 @@ This example demonstrates how to unabandon a Windows Declared Configuration Docu The SyncML deletion of the document only removes the document but any settings persist on the device. This example demonstrates how to delete a document. - ```xml - - - - - 2 - - - ./Device/Vendor/MSFT/DeclaredConfiguration/Host/Complete/Documents/27FEA311-68B9-4320-9FC4-296F6FDFAFE2/Document - - - - - - - ``` +```xml + + + + + 2 + + + ./Device/Vendor/MSFT/DeclaredConfiguration/Host/Complete/Documents/27FEA311-68B9-4320-9FC4-296F6FDFAFE2/Document + + + + + + +```