iamskok / gatsby-remark-code-buttons

Buttons for code snippets 🔘
https://gatsby-dev-blog-starter.netlify.com/blog/building-your-first-react-app
19 stars 9 forks source link

Support code blocks used in lists, etc. #15

Closed adamjcooper closed 3 years ago

adamjcooper commented 3 years ago

Fixes #14.

Updates the implementation of the visit handler to use the actual parent instead of assuming that markdownAST is the parent.

iamskok commented 3 years ago

@adamjcooper just published it :shipit: Thank you!