Description
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 in lib/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:
Metadata
Metadata
Assignees
Labels
Type
Projects
Status