-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: upgrade to remark 13 #29678
Merged
Merged
feat: upgrade to remark 13 #29678
Changes from 3 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
a360619
chore(gatsby-transformer-remark): ugprade remark-related deps
vladar 24f7bf9
tests: update snapshots for ToC
vladar 9ea526a
enable remark-gfm in a backwards compatible way
vladar 045092a
gatsby-remark-autolink-headers: bump deps
vladar 7989fc6
gatsby-remark-code-repls: bump deps
vladar f72c32e
gatsby-remark-copy-linked-files: bump deps
vladar 27493a1
gatsby-remark-prismjs: bump deps
vladar 7b1f34f
gatsby-remark-prismjs: fix breaks
vladar 3fb3f89
gatsby-remark-embed-snippet: bump deps and fix breaks
vladar 006b0bb
gatsby-remark-graphviz: bump deps
vladar ef93e70
gatsby-remark-images: bump deps
vladar d94e615
gatsby-remark-images-contentful: bump deps
vladar 8c60fdb
gatsby-remark-katex: bump deps
vladar 16f8a5d
gatsby-remark-responsive-iframe: bump deps
vladar 62f3b2f
gatsby-remark-smartypants: bump deps
vladar 0dfcec3
update yarn.lock
vladar eb0ffd2
gatsby-remark-prismjs: update snapshots
vladar 1a8d8c6
gatsby-remark-images-contentful: bump deps
vladar a6e8d4d
chore: bump root remark deps
vladar 2b813a6
gatsby-remark-katex: update snapshot
vladar 55a6736
gatsby-remark-responsive-iframe: update snapshot
vladar 2d6afe2
gatsby-remark-autolink-headers: update snapshot
vladar a5ae815
gatsby-remark-autolink-headers: update snapshot
vladar 712e5bb
gatsby-remark-autolink-headers: fix tests
vladar e0a4418
gatsby-remark-code-repls: update snapshot
vladar 765f18c
gatsby-remark-smartypants: update snapshot
vladar ca18fbe
gatsby-remark-custom-blocks: disable plugin tests
vladar b773f15
Merge branch 'master' into v3/remark-upgrade
vladar 93dc1a5
dummy commit for canary
vladar 71ceb68
Merge branch 'master' into v3/remark-upgrade
vladar 5de695d
run prettier and update yarn.lock
vladar 6de6c41
Merge branch 'master' into v3/remark-upgrade
vladar 0eca694
gatsby-transformer-remark: update unified and unist-utils
vladar 5c5de00
gatsby-remark-autolink-headers: correct text in tests
vladar bc03b7b
gatsby-remark-custom-blocks: incompatibility notice
vladar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a pre-13.0 change (happens even with 12.0) Makes sense to me because now top-level list items have consistent markup (expand above to compare with the item having a sub-list)