Give a rough preview of TeX content #359
Labels
a-content
Parsing and rendering Zulip HTML content, notably message contents
beta feedback
Things beta users have specifically asked for
Milestone
This is a stripped-down early version, for the beta, of:
Specifically, when we encounter TeX content (this Zulip feature: https://zulip.com/help/latex ), we'll want to show some usable approximation of it, pending the implementation of #46 with the full styling. This probably means showing the original TeX source — which conveniently is embedded inside the HTML — with perhaps some styling to indicate that it's TeX/LaTeX.
Handling these means parsing them in
lib/model/content.dart
, and then displaying them appropriately inlib/widgets/content.dart
. In parsing, we should ignore all the parts of the HTML we won't yet be using — when we later pursue #46, we'll add parsing for those guided by our needs then.This issue can also be seen as a special case of:
The text was updated successfully, but these errors were encountered: