-
Notifications
You must be signed in to change notification settings - Fork 2
feat: yfm plugins parameter #143
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
Conversation
Preview is ready. |
export const transformPost = ( | ||
postData: PostData, | ||
lang: Lang, | ||
{plugins}: TransformPostOptions = {}, |
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 think we need use agrument-object when arguments quantity more than 2, but it is breaking change. I suggest after merge of this PR to make edits in #137. can you create issue after merge this PR ?
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.
Yes, of course
package.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@gravity-ui/blog-constructor", | |||
"version": "5.7.2", | |||
"version": "5.8.0-alpha.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.
do we still need this ?
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.
nope, used for testing
e20ca7a
to
8d14f92
Compare
No description provided.