elm-markdown
elm-markdown copied to clipboard
Sample at https://ellie-app.com/8kHgbSLfhfha1 doesn't compile
The definition of elmUiRenderer
is incomplete. I had to update tableCell
to the following:
tableCell = \maybeAlignment children -> Element.paragraph [] children
before the sample page can render successfully.
I think this has change yet again. The current correct fix is: https://ellie-app.com/cHB3fRSKVRha1
- Missing
strikethrough
- Incorrect
tableCell