We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some transformers like remark.js.org allows asynchronous plugins and expose an asynchronous API.
Make api.pages.createPage and api.pages.normalizePage return a Promise.
api.pages.createPage
api.pages.normalizePage
IssueHunt has been backed by the following sponsors. Become a sponsor
The text was updated successfully, but these errors were encountered:
@issuehunt has funded $50.00 to this issue.
Sorry, something went wrong.
Turns out remark (which uses unified) has an synchronous API https://github.com/unifiedjs/unified#api (if you don't use async plugins)
cc @limitlessloop
No branches or pull requests
Feature request
What problem does this feature solve?
Some transformers like remark.js.org allows asynchronous plugins and expose an asynchronous API.
How should this be implemented in your opinion?
Make
api.pages.createPage
andapi.pages.normalizePage
return a Promise.IssueHunt Summary
Backers (Total: $50.00)
Submitted pull Requests
Become a backer now!
Or submit a pull request to get the deposits!
Tips
IssueHunt has been backed by the following sponsors. Become a sponsor
The text was updated successfully, but these errors were encountered: