elm-markdown icon indicating copy to clipboard operation
elm-markdown copied to clipboard

Sample at https://ellie-app.com/8kHgbSLfhfha1 doesn't compile

Open lwheng opened this issue 4 years ago • 1 comments

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.

lwheng avatar Sep 10 '20 15:09 lwheng

I think this has change yet again. The current correct fix is: https://ellie-app.com/cHB3fRSKVRha1

  • Missing strikethrough
  • Incorrect tableCell

wolfadex avatar Mar 23 '21 04:03 wolfadex