Skip to content

Commit 79d064d

Browse files
authored
Fixed alert formatting.
1 parent d7b1229 commit 79d064d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/declarative-customization/site-theming/sharepoint-site-theming-powershell.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ c:\> Remove-SPOTheme -Name "Custom Cyan"
149149
```
150150
## Set-HideDefaultThemes
151151

152-
_NOTE: this command will be renamed to ```Set-SPOHideDefaultThemes``` in a future release, for consistency with other SharePoint PowerShell commands._
152+
>[!NOTE]
153+
>This command will be renamed to ```Set-SPOHideDefaultThemes``` in a future release, for consistency with other SharePoint PowerShell commands.
153154
154155
The **Set-HideDefaultThemes** command is used to specify whether the default themes that come with SharePoint should be included in the theme picker list. For example, you might want to create custom themes for your sites and then remove the default themes, to ensure that all pages will use your custom themes.
155156

@@ -169,7 +170,8 @@ Set-HideDefaultThemes $false
169170

170171
## Get-HideDefaultThemes
171172

172-
_NOTE: this command will be renamed to ```Get-SPOHideDefaultThemes``` in a future release, for consistency with other SharePoint PowerShell commands._
173+
>[!NOTE]
174+
>This command will be renamed to ```Get-SPOHideDefaultThemes``` in a future release, for consistency with other SharePoint PowerShell commands.
173175
174176
The **Get-HideDefaultThemes** command retrieves the currrent **Set-HideDefaultThemes** setting. You might want to use this command in a PowerShell script to read the setting and then take different actions based on whether the default themes are hidden. This command does not have any parameters.
175177

0 commit comments

Comments
 (0)