Are you using `fluttermarkdown` currently? Pointer mac download. Not sure if it can be used with MathJax since it 'supports the original format, but no inline html'.:(Perhaps your best bet is to convert the maths into SVG etc. And embed them in the app. If a web view is acceptable you can also checkout KaTeX, which is a way faster and lighter alternative to MathJax. @GaryQian fluttermarkdown is trying to merge the content of multiple RichText widgets into a single RichText. Would it be useful to move the children property from TextSpan up to InlineSpan and have the other InlineSpan subclasses return an empty list? Or should RichText users check the type of RichText.text and handle each subclass differently? 2d design for mac.
Flutter Markdown Editor
Markdown({Key?key, requiredStringdata, boolselectable = false, MarkdownStyleSheet?styleSheet, MarkdownStyleSheetBaseTheme?styleSheetTheme, SyntaxHighlighter?syntaxHighlighter, MarkdownTapLinkCallback?onTapLink, VoidCallback?onTapText, String?imageDirectory, List<BlockSyntax>?blockSyntaxes, List<InlineSyntax>?inlineSyntaxes, ExtensionSet?extensionSet, MarkdownImageBuilder?imageBuilder, MarkdownCheckboxBuilder?checkboxBuilder, MarkdownBulletBuilder?bulletBuilder, Map<String, MarkdownElementBuilder>builders = const {}, MarkdownListItemCrossAxisAlignmentlistItemCrossAxisAlignment = MarkdownListItemCrossAxisAlignment.baseline, EdgeInsetspadding = const EdgeInsets.all(16.0), ScrollController?controller, ScrollPhysics?physics, boolshrinkWrap = false})