-
Notifications
You must be signed in to change notification settings - Fork 310
Handle TeX blocks with blank lines #1130
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
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Dec 13, 2024
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Jan 6, 2025
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Jan 6, 2025
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Jan 7, 2025
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Feb 12, 2025
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Feb 12, 2025
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Feb 12, 2025
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Feb 13, 2025
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Feb 13, 2025
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Feb 13, 2025
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Feb 14, 2025
Prepares for zulip#1130, this commit is almost NFC with only difference that, in an error case we previously emitted a `ParagraphNode` containing an `UnimplementedInlineContentNode` (along with any adjacent nodes), now we emit a single `UnimplementedBlockContentNode` instead.
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Feb 14, 2025
gnprice
pushed a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Feb 14, 2025
Prepares for zulip#1130, this commit is almost NFC with only difference that, in an error case we previously emitted a `ParagraphNode` containing an `UnimplementedInlineContentNode` (along with any adjacent nodes), now we emit a single `UnimplementedBlockContentNode` instead.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sylwester Cyba discovered that some LaTeX math blocks are unimplemented syntax.
In particular this message reproduces the issue (example):
Without the blank line, the issue doesn't repro.
This situation doesn't seem super common, but we should handle it.
I haven't yet investigated to determine what's different in the HTML that causes it to not match the structures we're looking for.
The text was updated successfully, but these errors were encountered: