On Wednesday, January 4, 2017 at 11:01:44 PM UTC, Rupert Smith wrote: > > I guess this invokes the https://github.com/chjj/marked javascript > markdown processor somehow from the details in the "custom" Html model. > Does that mean that marked needs to be included as a javascript library on > the page - or does Native elm code somehow pull it in? >
I think it must embed a copy of marked on this line here: https://github.com/evancz/elm-markdown/blob/3.0.1/src/Native/Markdown.js#L66 -- 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.
