Skip to content

Commit 0589cf4

Browse files
author
Adam Hollett
committed
Remove raw tag from non-Liquid code blocks
1 parent 7cdc482 commit 0589cf4

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

filters/at_least.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ Limits a number to a minimum value.
1313
{% endraw %}
1414

1515
<p class="code-label">Output</p>
16-
{% raw %}
1716
```
1817
5
1918
```
20-
{% endraw %}
2119

2220
<p class="code-label">Input</p>
2321
{% raw %}
@@ -27,8 +25,6 @@ Limits a number to a minimum value.
2725
{% endraw %}
2826

2927
<p class="code-label">Output</p>
30-
{% raw %}
3128
```
3229
4
3330
```
34-
{% endraw %}

filters/at_most.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ Limits a number to a maximum value.
1313
{% endraw %}
1414

1515
<p class="code-label">Output</p>
16-
{% raw %}
1716
```
1817
4
1918
```
20-
{% endraw %}
2119

2220
<p class="code-label">Input</p>
2321
{% raw %}
@@ -27,8 +25,6 @@ Limits a number to a maximum value.
2725
{% endraw %}
2826

2927
<p class="code-label">Output</p>
30-
{% raw %}
3128
```
3229
3
3330
```
34-
{% endraw %}

0 commit comments

Comments
 (0)