From 1a7ca1db2c9048ba51a1181e37b220b1df595ebc Mon Sep 17 00:00:00 2001 From: Mike Allanson Date: Fri, 2 Mar 2018 12:53:32 +0000 Subject: [PATCH] Add missing links --- .../using-remark/src/pages/2017-11-14---excerpts/index.md | 4 ++-- .../src/pages/examples/example---custom-separator/index.md | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/examples/using-remark/src/pages/2017-11-14---excerpts/index.md b/examples/using-remark/src/pages/2017-11-14---excerpts/index.md index 303611c28b35f..62f63d0f2f541 100644 --- a/examples/using-remark/src/pages/2017-11-14---excerpts/index.md +++ b/examples/using-remark/src/pages/2017-11-14---excerpts/index.md @@ -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 { @@ -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) diff --git a/examples/using-remark/src/pages/examples/example---custom-separator/index.md b/examples/using-remark/src/pages/examples/example---custom-separator/index.md index 08d0c31926a7f..081232d004ca9 100644 --- a/examples/using-remark/src/pages/examples/example---custom-separator/index.md +++ b/examples/using-remark/src/pages/examples/example---custom-separator/index.md @@ -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. `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 { @@ -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.