Skip to content

Commit 70bfb68

Browse files
committed
Added {% raw %} .
1 parent 766efcc commit 70bfb68

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/merge_points/merge-sections.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ In this example we add another selector to the section on the products page sect
66

77
## Starting section
88

9+
<!-- {% raw %} -->
10+
911
```xml
1012
<section name="ProductsPageSection">
1113
<element name="addProductButton" type="button" selector="//button[@id='add_new_product-button']"/>
@@ -40,4 +42,6 @@ In this example we add another selector to the section on the products page sect
4042
<element name="myExtensionElement" type="button" selector="input.myExtension"/>
4143
</section>
4244
</page>
43-
```
45+
```
46+
47+
<!-- {% endraw %} -->

0 commit comments

Comments
 (0)