saminsohag

some fixes

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