Skip to content

Commit

Permalink
Merge pull request #295 from vinnymac/fix/anchor
Browse files Browse the repository at this point in the history
Add external link defaults for markdown
  • Loading branch information
alxshelepenok authored Jul 12, 2019
2 parents 679b854 + 66d0671 commit 6b6dfef
Show file tree
Hide file tree
Showing 3 changed files with 325 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ module.exports = {
'gatsby-remark-autolink-headers',
'gatsby-remark-prismjs',
'gatsby-remark-copy-linked-files',
'gatsby-remark-smartypants'
'gatsby-remark-smartypants',
'gatsby-remark-external-links'
]
}
},
Expand Down
322 changes: 322 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"gatsby-plugin-sitemap": "^2.2.0",
"gatsby-remark-autolink-headers": "^2.1.0",
"gatsby-remark-copy-linked-files": "^2.1.0",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^3.1.2",
"gatsby-remark-katex": "^3.1.0",
"gatsby-remark-prismjs": "^3.3.0",
Expand Down

0 comments on commit 6b6dfef

Please sign in to comment.