Markdown linting

This commit is contained in:
Adam Hollett
2016-06-15 10:02:56 -04:00
parent 1e093f9cb6
commit 20562fb32a
+1 -3
View File
@@ -4,7 +4,7 @@ title: divided_by
Divides a number by the specified number.
The result is rounded down to the nearest integer (that is, the [floor]({{ "/filters/floor" | prepend: site.baseurl }})) if the divisor is an integer.
The result is rounded down to the nearest integer (that is, the [floor]({{ site.baseurl }}/filters/floor)) if the divisor is an integer.
<p class="code-label">Input</p>
{% raw %}
@@ -76,7 +76,6 @@ In this example, we're dividing by a variable that contains an integer, so we ge
```
{% endraw %}
<p class="code-label">Output</p>
``` text
{% assign my_integer = 7 %}
@@ -94,7 +93,6 @@ Here, we [multiply]({{ site.baseurl}}/filters/times) the variable by `1.0` to ge
```
{% endraw %}
<p class="code-label">Output</p>
``` text
{% assign my_integer = 7 %}