mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 19:00:39 -07:00
Use example.com as example
This commit is contained in:
+2
-2
@@ -22,7 +22,7 @@ You can also `prepend` variables:
|
|||||||
<p class="code-label">Input</p>
|
<p class="code-label">Input</p>
|
||||||
```liquid
|
```liquid
|
||||||
{% raw %}
|
{% raw %}
|
||||||
{% assign url = "liquidmarkup.com" %}
|
{% assign url = "example.com" %}
|
||||||
|
|
||||||
{{ "/index.html" | prepend: url }}
|
{{ "/index.html" | prepend: url }}
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
@@ -30,7 +30,7 @@ You can also `prepend` variables:
|
|||||||
|
|
||||||
<p class="code-label">Output</p>
|
<p class="code-label">Output</p>
|
||||||
```text
|
```text
|
||||||
{% assign url = "liquidmarkup.com" %}
|
{% assign url = "example.com" %}
|
||||||
|
|
||||||
{{ "/index.html" | prepend: url }}
|
{{ "/index.html" | prepend: url }}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user