saminsohag

some fixes

  1 +## 1.0.5
  2 +
  3 +* Fixed the order of inline and block latex in markdown.
  4 +
1 ## 1.0.4 5 ## 1.0.4
2 6
3 * Fixing latex issue for block syntax. 7 * Fixing latex issue for block syntax.
@@ -126,7 +126,7 @@ packages: @@ -126,7 +126,7 @@ packages:
126 path: ".." 126 path: ".."
127 relative: true 127 relative: true
128 source: path 128 source: path
129 - version: "1.0.4" 129 + version: "1.0.5"
130 http: 130 http:
131 dependency: transitive 131 dependency: transitive
132 description: 132 description:
@@ -14,8 +14,8 @@ abstract class MarkdownComponent { @@ -14,8 +14,8 @@ abstract class MarkdownComponent {
14 RadioButtonMd(), 14 RadioButtonMd(),
15 CheckBoxMd(), 15 CheckBoxMd(),
16 HrLine(), 16 HrLine(),
17 - LatexMathMultiLine(),  
18 LatexMath(), 17 LatexMath(),
  18 + LatexMathMultiLine(),
19 ImageMd(), 19 ImageMd(),
20 HighlightedText(), 20 HighlightedText(),
21 StrikeMd(), 21 StrikeMd(),
1 name: gpt_markdown 1 name: gpt_markdown
2 description: "Powerful Markdown & LaTeX Renderer for Flutter: Rich Text, Math, Tables, Links, and Text Selection. Ideal for ChatGPT, Gemini, and more." 2 description: "Powerful Markdown & LaTeX Renderer for Flutter: Rich Text, Math, Tables, Links, and Text Selection. Ideal for ChatGPT, Gemini, and more."
3 -version: 1.0.4 3 +version: 1.0.5
4 homepage: https://github.com/Infinitix-LLC/gpt_markdown 4 homepage: https://github.com/Infinitix-LLC/gpt_markdown
5 5
6 environment: 6 environment: