Skip to content

Commit 1a7ca1d

Browse files
committed
Add missing links
1 parent b8e7db4 commit 1a7ca1d

File tree

2 files changed

+4
-5
lines changed
  • examples/using-remark/src/pages

2 files changed

+4
-5
lines changed

examples/using-remark/src/pages/2017-11-14---excerpts/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tags:
2222
}
2323
```
2424

25-
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.
25+
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.
2626

2727
```json
2828
{
@@ -33,6 +33,6 @@ You can also manually mark in your markdown where to stop excerpting—similar t
3333
}
3434
```
3535

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

3838
You can see the results [here](/excerpt-example)

examples/using-remark/src/pages/examples/example---custom-separator/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ author: Daisy Buchanan
77

88
This example uses a custom excerpt_separator.
99

10-
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.
10+
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.
1111

12-
<!-- end -->
1312

1413
```json
1514
{
@@ -20,4 +19,4 @@ You can manually mark in your markdown where to stop excerpting—similar to Jek
2019
}
2120
```
2221

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

0 commit comments

Comments
 (0)