Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -43,7 +43,7 @@ class GptMarkdown extends StatelessWidget { | @@ -43,7 +43,7 @@ class GptMarkdown extends StatelessWidget { | ||
| 43 | this.tableBuilder, | 43 | this.tableBuilder, |
| 44 | this.components, | 44 | this.components, |
| 45 | this.inlineComponents, | 45 | this.inlineComponents, |
| 46 | - this.useDollarSignsForLatex = false, | 46 | + this.useDollarSignsForLatex = true, |
| 47 | }); | 47 | }); |
| 48 | 48 | ||
| 49 | /// The direction of the text. | 49 | /// The direction of the text. |
-
Please register or login to post a comment