Skip to content
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

Allow the markdown processor to be pluggable #79

Open
jxson opened this issue Sep 18, 2014 · 1 comment
Open

Allow the markdown processor to be pluggable #79

jxson opened this issue Sep 18, 2014 · 1 comment
Milestone

Comments

@jxson
Copy link
Owner

jxson commented Sep 18, 2014

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.

@jxson jxson added this to the 1.0 milestone Sep 18, 2014
@jxson
Copy link
Owner Author

jxson commented Sep 18, 2014

/cc @asadovsky

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant