Quellcode durchsuchen

fixed formatting

Toastie vor 5 Jahren
Ursprung
Commit
94254fbdfe
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      o365/custom-theme.md

+ 1 - 1
o365/custom-theme.md

@@ -12,7 +12,7 @@ Get-Module -Name Microsoft.Online.SharePoint.PowerShell -ListAvailable | Select
 Install-Module -Name Microsoft.Online.SharePoint.PowerShell
 # Connect
 Connect-SPOService -Url https://EnterYouTenantHere-admin.sharepoint.com
-````
+```
 ### Install Theme
 https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/Add-SPOTheme?view=sharepoint-ps
 ```