Open jxson opened 10 years ago
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
/cc @asadovsky
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.