-
Notifications
You must be signed in to change notification settings - Fork 309
Handle <table> elements #360
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
Labels
a-content
Parsing and rendering Zulip HTML content, notably message contents
Milestone
Comments
14 tasks
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Nov 4, 2024
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Nov 15, 2024
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Nov 15, 2024
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Nov 21, 2024
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Nov 25, 2024
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Nov 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should handle HTML tables in message content, i.e. this Zulip feature: https://zulip.com/help/tables
Handling these means parsing them in
lib/model/content.dart
, and then displaying them appropriately inlib/widgets/content.dart
. For appropriate styling, see the Zulip web app'sweb/styles/rendered_markdown.css
.The text was updated successfully, but these errors were encountered: