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
If you have a markdown module that can be resolved via Node's require than it should be possible to pull it via the CLI:
haiku build --markdown my-marked-parser
Or in the JS API with a markdown option. The option should be a module that exports an async function that compiles your markdown to html.
markdown
The text was updated successfully, but these errors were encountered:
/cc @asadovsky
Sorry, something went wrong.
No branches or pull requests
If you have a markdown module that can be resolved via Node's require than it should be possible to pull it via the CLI:
Or in the JS API with a
markdown
option. The option should be a module that exports an async function that compiles your markdown to html.The text was updated successfully, but these errors were encountered: