Skip to content

Commit

Permalink
Add smartypants plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasminocha committed Mar 21, 2020
1 parent 75fc240 commit 5f0547b
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 2 deletions.
9 changes: 8 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
module.exports = {
plugins: ["gatsby-plugin-mdx"]
plugins: [
{
resolve: "gatsby-plugin-mdx",
options: {
gatsbyRemarkPlugins: [{ resolve: "gatsby-remark-smartypants" }]
}
}
]
};
63 changes: 62 additions & 1 deletion 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 @@ -36,6 +36,7 @@
"@mdx-js/react": "^1.5.7",
"gatsby": "^2.20.2",
"gatsby-plugin-mdx": "^1.1.0",
"gatsby-remark-smartypants": "^2.2.0",
"gatsby-source-filesystem": "^2.2.1",
"milligram": "^1.3.0",
"modern-normalize": "^0.6.0",
Expand Down

0 comments on commit 5f0547b

Please sign in to comment.