Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ellie example in README.md does not compile #95

Closed
David-Klemenc opened this issue Aug 20, 2021 · 2 comments
Closed

Ellie example in README.md does not compile #95

David-Klemenc opened this issue Aug 20, 2021 · 2 comments

Comments

@David-Klemenc
Copy link

The ellie example does not compile:

Something is off with the body of the `elmUiRenderer` definition:
@quentin
Copy link
Contributor

quentin commented Sep 8, 2021

Duplicates #54

This part is missing in the record built by renderer:

, strikethrough = \content -> Element.row [ Font.strike ] content

and tableCell must be updated to:

, tableCell = \maybeAlignmnent children -> Element.paragraph [] children

@dillonkearns
Copy link
Owner

Thanks! These are fixed now with the merged PR from @quentin 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants