Hi Eike and welcome to Elm. You could add some kind of a class to the div that's holding the markdown generated html and use that as a selector.
If you need something more complex than that, you might need to use html inside the markdown Here is how to do both: https://ellie-app.com/3r5tc7YsmmCa1/1 On Fri, Jun 9, 2017 at 2:13 AM, <[email protected]> wrote: > Hallo Elm users, > > I'm creating my first app with Elm, and I'm really enjoying it. I'm using > the markdown package to generate html from user input. I'd like to add css > classes to certain (i.e. to tables) elements generated by this library. I > didn't find a way to do this. Is this possible? > > Thank you and regards > Eike > > -- > 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. > -- There is NO FATE, we are the creators. blog: http://damoc.ro/ -- 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.
