saminsohag

read me improved

## 0.0.12
* codeBuilder method added [[#6](https://github.com/saminsohag/flutter_packages/issues/6)], and maked the table scrollable.
## 0.0.11
* New syntex added for codes and highlight.
## 0.0.10
* $$_$$ syntex fixes.
* `$$_$$` syntex fixes.
## 0.0.9
* $_$ syntex added for latex with a gard condition for \(_\).
* `$_$` syntex added for latex with a gard condition for `\(_\)`.
## 0.0.8
* $_$ syntex added for latex with a gard condition for \(_\).
* `$_$` syntex added for latex with a gard condition for `\(_\)`.
## 0.0.6
... ...
... ... @@ -49,7 +49,7 @@ At this moment this package supports:
##### Heading 5
###### Heading 6
- Latex formula \(\frac a b\) or \[\frac ab\]
- Latex formula `\(\frac a b\)` or `\[\frac ab\]`
\(\frac a b\)
... ... @@ -86,7 +86,7 @@ return TexMarkdown(
```
## Here I am providing some sample response of ChatGPT and it's Response:
## Here I am providing some sample response of ChatGPT and it's result:
```markdown
... ...
... ... @@ -182,7 +182,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.11"
version: "0.0.12"
http:
dependency: transitive
description:
... ...
name: gpt_markdown
description: "The purpose of this package is to render the response of ChatGPT into a Flutter app."
version: 0.0.11
version: 0.0.12
homepage: https://github.com/saminsohag/flutter_packages/tree/main/gpt_markdown
environment:
... ...