-
-
Notifications
You must be signed in to change notification settings - Fork 16
Add support for inferring phrasing of embedded hast #74
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
Changes from all commits
f19daed
efebb41
ca9904f
f3aee72
1e5ec75
0d10b7b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,7 @@ | |
"hast-util-is-element": "^2.0.0", | ||
"hast-util-to-text": "^3.0.0", | ||
"mdast-util-phrasing": "^3.0.0", | ||
"hast-util-phrasing": "^2.0.1", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In unified, we prefer to keep loose ranges, if possible, so There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ok, thanks. I'm learning as I go along with npm, package.json as well as git. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. no problem, I’ll try to keep that mind, and do let me know when there’s something you’re wondering about in all this! |
||
"mdast-util-to-string": "^3.0.0", | ||
"rehype-minify-whitespace": "^5.0.0", | ||
"trim-trailing-lines": "^2.0.0", | ||
|
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.
I believe this should not be needed anymore. I’ll check myself.