>
> why wouldn't it be possible for other projects to set the markdown
> engine throuhg the CLI?
>

Because only Elixir uses it from the command line at this point and, even
if we make it available with the upcoming mix escript.install feature, c
dependencies can't be bundled in escripts, so the other alternative is
pandoc.

For changing the processes, just change this function and call what you
want directly:
https://github.com/elixir-lang/ex_doc/blob/master/lib/ex_doc/markdown.ex#L35

You can also add a config file and set the proper application key.

-- 
You received this message because you are subscribed to the Google Groups 
"elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elixir-lang-core+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-core/CAGnRm4%2B5%3Df8cNp_c-NsSWjNt0QmHuKgZeVr2f5F7nGRgChr9VA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to