Skip to content

Commit

Permalink
Add missing links
Browse files Browse the repository at this point in the history
  • Loading branch information
m-allanson committed Mar 2, 2018
1 parent b8e7db4 commit 1a7ca1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tags:
}
```

You can also manually mark in your markdown where to stop excerpting—similar to Jekyl. `gatsby-transformer-remark` uses [gray-matter]() to parse markdown frontmatter, so you can specify an excerpt_separator, as well as any of the other options mentioned [here](), in the `gatsby-config.js` file.
You can also manually mark in your markdown where to stop excerpting—similar to Jekyl. `gatsby-transformer-remark` uses [gray-matter](https://github.com/jonschlinkert/gray-matter) to parse markdown frontmatter, so you can specify an `excerpt_separator`, as well as any of the other options mentioned [here](https://github.com/jonschlinkert/gray-matter#options), in the `gatsby-config.js` file.

```json
{
Expand All @@ -33,6 +33,6 @@ You can also manually mark in your markdown where to stop excerpting—similar t
}
```

Any file that does not have the given excerpt_separator will fall back to the default pruning method.
Any file that does not have the given `excerpt_separator` will fall back to the default pruning method.

You can see the results [here](/excerpt-example)
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ author: Daisy Buchanan

This example uses a custom excerpt_separator.

You can manually mark in your markdown where to stop excerpting—similar to Jekyl. `gatsby-transformer-remark` uses [gray-matter]() to parse markdown frontmatter, so you can specify an excerpt_separator, as well as any of the other options mentioned [here](), in the `gatsby-config.js` file.
You can manually mark in your markdown where to stop excerpting—similar to Jekyll. <!-- end -->`gatsby-transformer-remark` uses [gray-matter](https://github.com/jonschlinkert/gray-matter) to parse markdown frontmatter, so you can specify an `excerpt_separator`, as well as any of the other options mentioned [here](https://github.com/jonschlinkert/gray-matter#options), in the `gatsby-config.js` file.

<!-- end -->

```json
{
Expand All @@ -20,4 +19,4 @@ You can manually mark in your markdown where to stop excerpting—similar to Jek
}
```

Any file that does not have the given excerpt_separator will fall back to the default pruning method.
Any file that does not have the given `excerpt_separator` will fall back to the default pruning method.

0 comments on commit 1a7ca1d

Please sign in to comment.