diff --git a/docs/templatetags.md b/docs/templatetags.md
index fabd1a6..58682dd 100644
--- a/docs/templatetags.md
+++ b/docs/templatetags.md
@@ -168,7 +168,7 @@ Get the pages and display as a list:
@@ -179,10 +179,10 @@ Outputs the following:
```html
```
@@ -206,7 +206,7 @@ Get the categories and display as a list:
@@ -217,10 +217,10 @@ Outputs the following:
```html
```
@@ -250,10 +250,10 @@ This will output the same HTML from the `get_categories` example.
```html
```
@@ -268,8 +268,8 @@ Outputs a comma-separated list of categories, wrapped in a `div` tag.
```html
```
@@ -283,8 +283,8 @@ Outputs the same comma-separated list of categories, but wrapped in a `span` tag
```html
- General,
- News
+ General,
+ News
```
@@ -313,10 +313,10 @@ This will output the same HTML from the `get_pages` example.
```html
```
@@ -331,8 +331,8 @@ Outputs a comma-separated list of pages, wrapped in a `div` tag.
```html
```
@@ -346,8 +346,8 @@ Outputs the same comma-separated list of pages, but wrapped in a `span` tag.
```html
- About me,
- Contact me
+ About me,
+ Contact me
```
@@ -377,18 +377,18 @@ This will output the following HTML:
```html
```
@@ -404,18 +404,18 @@ This will output the following HTML:
```html
```