Skip to content

Commit

Permalink
tweak code examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmcdade committed Mar 31, 2018
1 parent e93966a commit 1af6941
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ content_field: It's been a long time since I've seen [Jerry].
```

```
# Template
{{ content_field | markdown | wikilinks }}
```

Expand All @@ -28,7 +27,7 @@ content_field: It's been a long time since I've seen [Jerry].

By default Wikilinks will match by the `title` field, but you can pass another field as a parameter. Be sure to choose a field that exists in your search index.

Example:
**Example:**
```
{{ content_field | markdown | wikilinks:author }}
```

0 comments on commit 1af6941

Please sign in to comment.