Skip to content

Commit

Permalink
Update Replicator.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Machy8 committed Aug 22, 2017
1 parent 758dbfa commit 306655a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/Replicator.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Third
````

*Result:*
````
```` HTML
<div class="block">First</div>
<div class="block">Second</div>
<div class="block">Third</div>
Expand All @@ -42,7 +42,7 @@ and the content that will replace this mark must be within *[]*.
````

*Result:*
````
```` HTML
<div id="first" class="block">First</div>
<div id="second" class="block">Second</div>
<div id="third" class="block">Third</div>
Expand All @@ -60,7 +60,7 @@ in which they are on the registration line. If one variable place should be skip
````

*Result:*
````
```` HTML
<div id="first" class="block1">First</div>
<div id="second" class="block2">Second</div>
<div id="third" class="block3">Third</div>
Expand All @@ -81,7 +81,7 @@ block Third
````

*Result:*
````
```` HTML
<div class="block">First</div>
Second
<div class="block">
Expand Down Expand Up @@ -109,7 +109,7 @@ Just a text
````

*Result:*
````
```` HTML
<div class="registered">Text inside 1</div>
<div class="registered">Text inside 2</div>
Just a text
Expand All @@ -128,7 +128,7 @@ block B2
````

*Result:*
````
```` HTML
<div class="a">A1</div>
<div class="b">B1</div>
<div class="a">A2</div>
Expand All @@ -149,7 +149,7 @@ column
````

*Result:*
````
```` HTML
<div class="column">
<h1 class="title">Title 1</h1>
<p class="text">Text 1</p>
Expand Down

0 comments on commit 306655a

Please sign in to comment.