Concerning the README, yes. It's fixed in the repository, but the package needs a release to make the correct documentation visible on the package site.
Am Freitag, 15. Juli 2016 schrieb Esteban Manchado Velázquez : > Bah, I would have sworn I had already tried that. I tried again and it > worked, thanks a lot! > > One more thing: the README is outdated, right? It says > Markdown.toElement, but it's Markdown.toHtml... > > 2016-07-15 8:48 GMT+02:00 Aaron VonderHaar <[email protected] > <javascript:;>>: > > Did you try deleting your `elm-stuff` directory and building again? > > > > On Wed, Jul 13, 2016 at 9:07 AM, Esteban Manchado Velázquez > > <[email protected] <javascript:;>> wrote: > >> > >> Hi, > >> > >> I'm trying to use the Markdown library (evancz/elm-markdown) and I > cannot > >> seem to be able to make it work. I ran: > >> > >> elm-package install evancz/elm-markdown > >> > >> and got version 3.0.0, apparently the only one that works with Elm 0.17, > >> what I'm using. However, when I try to compile the project, it > complains: > >> > >> elm-make: > >> > elm-stuff/build-artifacts/0.17.1/evancz/elm-markdown/3.0.0/Markdown.elmo: > >> openFile: does not exist (No such file or directory) > >> > >> The directory exists, but only has a file graph.dat. However, in > >> elm-stuff/packages I can see what seems to be the whole distribution, > with > >> Markdown.elm and Native/Markdown.js. > >> > >> Is that a bug somewhere, did I do something stupid? > >> > >> -- > >> You received this message because you are subscribed to the Google > Groups > >> "Elm Discuss" group. > >> To unsubscribe from this group and stop receiving emails from it, send > an > >> email to [email protected] <javascript:;>. > >> For more options, visit https://groups.google.com/d/optout. > > > > > > -- > > You received this message because you are subscribed to a topic in the > > Google Groups "Elm Discuss" group. > > To unsubscribe from this topic, visit > > https://groups.google.com/d/topic/elm-discuss/BI5SMZGU4Vg/unsubscribe. > > To unsubscribe from this group and all its topics, send an email to > > [email protected] <javascript:;>. > > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "Elm Discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:;>. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
