-
Notifications
You must be signed in to change notification settings - Fork 10.3k
feat: Support hide lines in remark-embed-snippet #6084
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
Merged
m-allanson
merged 41 commits into
gatsbyjs:master
from
washingtonsoares:support-hide-lines
Dec 31, 2018
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
ccb6f62
Support hide lines
washingtonsoares 7da3162
Update README
washingtonsoares a60891e
Write test case
washingtonsoares a280b94
Update screenshot example URL
washingtonsoares 92fcba3
Create rule for hidden and highlighted rows do not overlap
washingtonsoares 69fdee7
Show file name when throw Error
washingtonsoares a7bdb18
Update message error
washingtonsoares 7324d39
Wording improvements
washingtonsoares 688c903
Merge branch 'master' of github.com:gatsbyjs/gatsby into support-hide…
washingtonsoares 63f588f
Update test snapshot
washingtonsoares 6b37cdf
Add support to hideline-next-line
washingtonsoares df80eed
Merge branch 'master' of github.com:gatsbyjs/gatsby into support-hide…
washingtonsoares 3b5a881
Merge branch 'master' of github.com:gatsbyjs/gatsby into support-hide…
washingtonsoares 0e62ca2
Add blank lines in test case
washingtonsoares 5ecf804
Merge branch 'master' of github.com:gatsbyjs/gatsby into support-hide…
washingtonsoares 4cd6ab7
Refactoring hideline-range test cases
washingtonsoares 65ef8b9
Merge branch 'master' of github.com:gatsbyjs/gatsby into support-hide…
washingtonsoares 986d615
Remove console.log
washingtonsoares 8f2a727
Merge branch 'master' of github.com:gatsbyjs/gatsby into support-hide…
washingtonsoares 8407607
Update README
washingtonsoares ecaa0f6
Merge branch 'master' of github.com:gatsbyjs/gatsby into support-hide…
washingtonsoares bb0f3f4
Merge branch 'master' of github.com:gatsbyjs/gatsby into support-hide…
washingtonsoares 0f0a377
Merge branch 'master' of github.com:gatsbyjs/gatsby into support-hide…
washingtonsoares 8eb4dbb
Merge branch 'master' of github.com:gatsbyjs/gatsby into support-hide…
washingtonsoares c92a6e4
Merge branch 'master' of github.com:gatsbyjs/gatsby into support-hide…
washingtonsoares 66eaa65
Merge remote-tracking branch 'origin/master' into pr6084
pieh c42ba96
update gitignore to use pattern
pieh 0a44d6c
gatsby-remark-prismjs: add `hide` directives
pieh 53c4fae
wip
pieh 190ec0b
Merge branch 'master' into 6084
m-allanson 7341226
Add language tags to code fences
m-allanson 98cef72
Fix example syntax
m-allanson d9e38d7
Add demo page to the using-remark example site
m-allanson 353f078
Fix missing layout
m-allanson 9d6e3aa
Reverse order to start with hello world, then on to specific subjects
m-allanson f727d86
Ignore errors for missing files
m-allanson c676e15
Port tests from remark-embed-snippet to remark-prismjs
m-allanson 0349dd4
Merge branch 'master' into 6084
m-allanson 4062fb1
Fix lint errors
m-allanson 2a1b01c
Re-enable errors for missing files
m-allanson 4e3c607
Add info on hiding lines to the gatsby-remark-prismjs readme
m-allanson 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 hidden or 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 hidden or 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 hidden or 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
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.
Could we display path to file that is offender here?
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.
It sounds like a good idea.