mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
Remove raw tag from non-Liquid code blocks
This commit is contained in:
@@ -13,11 +13,9 @@ Limits a number to a minimum value.
|
||||
{% endraw %}
|
||||
|
||||
<p class="code-label">Output</p>
|
||||
{% raw %}
|
||||
```
|
||||
5
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
<p class="code-label">Input</p>
|
||||
{% raw %}
|
||||
@@ -27,8 +25,6 @@ Limits a number to a minimum value.
|
||||
{% endraw %}
|
||||
|
||||
<p class="code-label">Output</p>
|
||||
{% raw %}
|
||||
```
|
||||
4
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
@@ -13,11 +13,9 @@ Limits a number to a maximum value.
|
||||
{% endraw %}
|
||||
|
||||
<p class="code-label">Output</p>
|
||||
{% raw %}
|
||||
```
|
||||
4
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
<p class="code-label">Input</p>
|
||||
{% raw %}
|
||||
@@ -27,8 +25,6 @@ Limits a number to a maximum value.
|
||||
{% endraw %}
|
||||
|
||||
<p class="code-label">Output</p>
|
||||
{% raw %}
|
||||
```
|
||||
3
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
Reference in New Issue
Block a user