We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The ellie example does not compile:
Something is off with the body of the `elmUiRenderer` definition:
The text was updated successfully, but these errors were encountered:
Duplicates #54
This part is missing in the record built by renderer:
renderer
, strikethrough = \content -> Element.row [ Font.strike ] content
and tableCell must be updated to:
tableCell
, tableCell = \maybeAlignmnent children -> Element.paragraph [] children
Sorry, something went wrong.
update example in README.md
d4b1e63
dillonkearns#54 dillonkearns#68 dillonkearns#95
Thanks! These are fixed now with the merged PR from @quentin 👍
No branches or pull requests
The ellie example does not compile:
Something is off with the body of the `elmUiRenderer` definition:
The text was updated successfully, but these errors were encountered: