Skip to content

Commit 32c686f

Browse files
committed
chore: adds plugin to convert internal markdown links
1 parent ba6da70 commit 32c686f

File tree

5 files changed

+11
-1
lines changed

5 files changed

+11
-1
lines changed
5.16 KB
Binary file not shown.

gatsby-config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ module.exports = {
4343
resolve: `gatsby-transformer-remark`,
4444
options: {
4545
plugins: [
46+
`gatsby-plugin-catch-links`,
4647
`gatsby-remark-smartypants`,
4748
`gatsby-remark-component`,
4849
{

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"fs": "0.0.1-security",
5454
"gatsby": "2.0.72",
5555
"gatsby-image": "2.0.22",
56+
"gatsby-plugin-catch-links": "^2.0.9",
5657
"gatsby-plugin-google-analytics": "^2.0.8",
5758
"gatsby-plugin-manifest": "^2.0.11",
5859
"gatsby-plugin-offline": "^2.0.18",

src/content/guidelines/themes/themes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ $layout-2xl: $spacing-baseline * 10 !default;
136136

137137
### Typography
138138

139-
Typography has four categories (universal, productive, editorial and additional) of type styles that can be customized through tokens. These tokens are used both within components and across layouts. Type tokens are determine by their [role](/guidelines/typography/product) in across system.
139+
Typography has four categories (universal, productive, editorial and additional) of type styles that can be customized through tokens. These tokens are used both within components and across layouts. Type tokens are determine by their [role](/guidelines/typography/productive) in across system.
140140

141141
```scss
142142
// Universal

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8187,6 +8187,14 @@ gatsby-link@^2.0.7:
81878187
"@types/reach__router" "^1.0.0"
81888188
prop-types "^15.6.1"
81898189

8190+
gatsby-plugin-catch-links@^2.0.9:
8191+
version "2.0.9"
8192+
resolved "https://registry.yarnpkg.com/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.0.9.tgz#1fd5bf02a7f997f7b36c4e0c28b689f0c3d92726"
8193+
integrity sha512-0I78VTwy9GJkh8nEt33VASo/cvBmDtdChoISQ+U0Pio5pXEXT2RQIesuHwcm4pXG/VRDVnEYxa95PLUccW5vFg==
8194+
dependencies:
8195+
"@babel/runtime" "^7.0.0"
8196+
escape-string-regexp "^1.0.5"
8197+
81908198
gatsby-plugin-google-analytics@^2.0.8:
81918199
version "2.0.9"
81928200
resolved "https://registry.yarnpkg.com/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-2.0.9.tgz#c273b5660a304feced097a724ce71e8a26695b31"

0 commit comments

Comments
 (0)