fix nested bullet lists

This commit is contained in:
Nathan Wang 2020-06-03 20:29:12 -07:00
parent 824ffe43fb
commit a0f037a8d0
3 changed files with 16 additions and 2 deletions

View file

@ -20,6 +20,10 @@ module.exports = {
{
resolve: `gatsby-transformer-remark`,
options: {
commonmark: true,
footnotes: true,
pedantic: false,
gfm: true,
plugins: [
{
resolve: `gatsby-remark-katex`,

View file

@ -25,6 +25,7 @@
"react-dom": "^16.12.0",
"react-helmet": "^6.0.0",
"rehype-react": "^5.0.1",
"remark": "^12.0.0",
"tailwindcss": "^1.4.6"
},
"devDependencies": {

View file

@ -12731,7 +12731,7 @@ remark-mdx@^1.6.1, remark-mdx@^1.6.5:
remark-parse "8.0.2"
unified "9.0.0"
remark-parse@8.0.2:
remark-parse@8.0.2, remark-parse@^8.0.0:
version "8.0.2"
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-8.0.2.tgz#5999bc0b9c2e3edc038800a64ff103d0890b318b"
integrity sha512-eMI6kMRjsAGpMXXBAywJwiwAse+KNpmt+BK55Oofy4KvBZEqUDj6mWbGLJZrujoPIPPxDXzn3T9baRlpsm2jnQ==
@ -12837,6 +12837,15 @@ remark@^10.0.1:
remark-stringify "^6.0.0"
unified "^7.0.0"
remark@^12.0.0:
version "12.0.0"
resolved "https://registry.yarnpkg.com/remark/-/remark-12.0.0.tgz#d1c145c07341c9232f93b2f8539d56da15a2548c"
integrity sha512-oX4lMIS0csgk8AEbzY0h2jdR0ngiCHOpwwpxjmRa5TqAkeknY+tkhjRJGZqnCmvyuWh55/0SW5WY3R3nn3PH9A==
dependencies:
remark-parse "^8.0.0"
remark-stringify "^8.0.0"
unified "^9.0.0"
remove-trailing-separator@^1.0.1:
version "1.1.0"
resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"
@ -14809,7 +14818,7 @@ unicode-property-aliases-ecmascript@^1.0.4:
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz#dd57a99f6207bedff4628abefb94c50db941c8f4"
integrity sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg==
unified@9.0.0:
unified@9.0.0, unified@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/unified/-/unified-9.0.0.tgz#12b099f97ee8b36792dbad13d278ee2f696eed1d"
integrity sha512-ssFo33gljU3PdlWLjNp15Inqb77d6JnJSfyplGJPT/a+fNRNyCBeveBAYJdO5khKdF6WVHa/yYCC7Xl6BDwZUQ==