why wouldn't it be possible for other projects to set the markdown engine throuhg the CLI? I tried hacking ex_doc to use cmark, but it doens't seem to work as earmark now is a required dependency. What i used to do before was to remove the other dependencies in the deps/ folder
I haven't hacked in ex_docs in a while, so Im a bit out of touch. ;-p On Thu, 23 Jun 2016 23:47:04 +0200 José Valim <[email protected]> wrote: > My advice would be to change it in the source. Maybe there is a > config in mix.exs. I don't think an option is worth it because it > wouldn't likely be possible to use it by any project besides Elixir. > > On Thursday, June 23, 2016, eksperimental > <[email protected]> wrote: > > > Hi, > > I have found three offending lines when running `make docs_elixir`, > > but Earmark is unable to tell (yet) which file is causing trouble. > > > > <no file>:42: warning: Closing unclosed backquotes ` at > > end of input <no file>:392: warning: Closing unclosed backquotes ` > > at end of input <no file>:36: warning: Closing unclosed backquotes > > ` at end of input > > > > > > I thought of changing the markdown engine to see if other engines > > will give me the right info, but I couldn't figure out how. > > Maybe we should add this feature to the ExDoc CLI. > > > > any hints are appreciated > > > > -- > > 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 [email protected] > > <javascript:;>. To view this discussion on the web visit > > https://groups.google.com/d/msgid/elixir-lang-core/20160624034228.3d8b73ad.eksperimental%40autistici.org > > . > > For more options, visit https://groups.google.com/d/optout. > > > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/20160624045542.04cff711.eksperimental%40autistici.org. For more options, visit https://groups.google.com/d/optout.
