Skip to content

Commit 8204bf0

Browse files
authored
custom note markdown
1 parent b1a45c9 commit 8204bf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/ssms/agent/use-tokens-in-job-steps.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ SET @msgString = QUOTENAME(@msgString,'''');
128128
PRINT N'Print ' + @msgString;
129129
```
130130

131-
Note also in this example that the QUOTENAME function sets the quote character.
131+
>[!Note]
132+
> In this example the QUOTENAME function sets the quote character.
132133
133134
### C. Use tokens with the ESCAPE_NONE macro
134135

0 commit comments

Comments
 (0)