From 0589cf4aacc04d92c95416f56f39858022578c58 Mon Sep 17 00:00:00 2001 From: Adam Hollett Date: Thu, 14 Dec 2017 10:10:19 -0500 Subject: [PATCH] Remove raw tag from non-Liquid code blocks --- filters/at_least.md | 4 ---- filters/at_most.md | 4 ---- 2 files changed, 8 deletions(-) diff --git a/filters/at_least.md b/filters/at_least.md index 1560dce..507eeb0 100644 --- a/filters/at_least.md +++ b/filters/at_least.md @@ -13,11 +13,9 @@ Limits a number to a minimum value. {% endraw %}

Output

-{% raw %} ``` 5 ``` -{% endraw %}

Input

{% raw %} @@ -27,8 +25,6 @@ Limits a number to a minimum value. {% endraw %}

Output

-{% raw %} ``` 4 ``` -{% endraw %} diff --git a/filters/at_most.md b/filters/at_most.md index e467bb2..3871f7f 100644 --- a/filters/at_most.md +++ b/filters/at_most.md @@ -13,11 +13,9 @@ Limits a number to a maximum value. {% endraw %}

Output

-{% raw %} ``` 4 ``` -{% endraw %}

Input

{% raw %} @@ -27,8 +25,6 @@ Limits a number to a maximum value. {% endraw %}

Output

-{% raw %} ``` 3 ``` -{% endraw %}