Skip to content

Commit a84c7ea

Browse files
Merge pull request #311558 from mumian/0207-multiline-interpolation
fix a structural issue
2 parents 50f6c7e + 7012d60 commit a84c7ea

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

articles/azure-resource-manager/bicep/data-types.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,6 @@ All strings in Bicep support interpolation. To inject an expression, surround it
353353
var storageName = 'storage${uniqueString(resourceGroup().id)}'
354354
```
355355

356-
### Multi-line strings
357-
358356
## Multi-line strings
359357

360358
You can define a multi-line string by enclosing it in three single quotation marks (`'''`). The string content is preserved exactly as written, so escape characters are not required. The delimiter `'''` cannot appear within the string.

0 commit comments

Comments
 (0)