elm-blogger
elm-blogger copied to clipboard
Users should be able to input markdown and see the rendered output
- Type in markdown
- See live preview of "rendered" markdown
So, https://github.com/NoRedInk/elm-blogger/commit/062ca8421f287d68fd948d60ccda12c62f3f7cad creates a rudimentary version of this feature.
I didn't try to do side-by-side display. Are we OK holding off on that until we settle on our comprehensive styling scheme? My PoC used Pure CSS to do side by side. The Phoenix templates seem to use bootstrap by default.
let's use elm-css! Are you comfortable playing with that? It would be good feedback to get.