saminsohag

read me improved

  1 +## 0.0.12
  2 +
  3 +* codeBuilder method added [[#6](https://github.com/saminsohag/flutter_packages/issues/6)], and maked the table scrollable.
  4 +
1 ## 0.0.11 5 ## 0.0.11
2 6
3 * New syntex added for codes and highlight. 7 * New syntex added for codes and highlight.
4 8
5 ## 0.0.10 9 ## 0.0.10
6 10
7 -* $$_$$ syntex fixes. 11 +* `$$_$$` syntex fixes.
8 12
9 ## 0.0.9 13 ## 0.0.9
10 14
11 -* $_$ syntex added for latex with a gard condition for \(_\). 15 +* `$_$` syntex added for latex with a gard condition for `\(_\)`.
12 16
13 ## 0.0.8 17 ## 0.0.8
14 18
15 -* $_$ syntex added for latex with a gard condition for \(_\). 19 +* `$_$` syntex added for latex with a gard condition for `\(_\)`.
16 20
17 ## 0.0.6 21 ## 0.0.6
18 22
@@ -49,7 +49,7 @@ At this moment this package supports: @@ -49,7 +49,7 @@ At this moment this package supports:
49 ##### Heading 5 49 ##### Heading 5
50 ###### Heading 6 50 ###### Heading 6
51 51
52 -- Latex formula \(\frac a b\) or \[\frac ab\] 52 +- Latex formula `\(\frac a b\)` or `\[\frac ab\]`
53 53
54 \(\frac a b\) 54 \(\frac a b\)
55 55
@@ -86,7 +86,7 @@ return TexMarkdown( @@ -86,7 +86,7 @@ return TexMarkdown(
86 86
87 ``` 87 ```
88 88
89 -## Here I am providing some sample response of ChatGPT and it's Response: 89 +## Here I am providing some sample response of ChatGPT and it's result:
90 90
91 91
92 ```markdown 92 ```markdown
@@ -182,7 +182,7 @@ packages: @@ -182,7 +182,7 @@ packages:
182 path: ".." 182 path: ".."
183 relative: true 183 relative: true
184 source: path 184 source: path
185 - version: "0.0.11" 185 + version: "0.0.12"
186 http: 186 http:
187 dependency: transitive 187 dependency: transitive
188 description: 188 description:
1 name: gpt_markdown 1 name: gpt_markdown
2 description: "The purpose of this package is to render the response of ChatGPT into a Flutter app." 2 description: "The purpose of this package is to render the response of ChatGPT into a Flutter app."
3 -version: 0.0.11 3 +version: 0.0.12
4 homepage: https://github.com/saminsohag/flutter_packages/tree/main/gpt_markdown 4 homepage: https://github.com/saminsohag/flutter_packages/tree/main/gpt_markdown
5 5
6 environment: 6 environment: