Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
gpt_markdown
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
saminsohag
2024-02-22 08:58:53 +0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b20ea9a1b65d51afa840f5a7516dc3172427250f
b20ea9a1
1 parent
45d1e49f
read me improved
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
7 deletions
gpt_markdown/CHANGELOG.md
gpt_markdown/README.md
gpt_markdown/example/pubspec.lock
gpt_markdown/pubspec.yaml
gpt_markdown/CHANGELOG.md
View file @
b20ea9a
## 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
...
...
gpt_markdown/README.md
View file @
b20ea9a
...
...
@@ -49,7 +49,7 @@ At this moment this package supports:
##### Heading 5
###### Heading 6
-
Latex formula
\(\f
rac a b
\)
or
\[\f
rac 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
...
...
gpt_markdown/example/pubspec.lock
View file @
b20ea9a
...
...
@@ -182,7 +182,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.1
1
"
version: "0.0.1
2
"
http:
dependency: transitive
description:
...
...
gpt_markdown/pubspec.yaml
View file @
b20ea9a
name
:
gpt_markdown
description
:
"
The
purpose
of
this
package
is
to
render
the
response
of
ChatGPT
into
a
Flutter
app."
version
:
0.0.1
1
version
:
0.0.1
2
homepage
:
https://github.com/saminsohag/flutter_packages/tree/main/gpt_markdown
environment
:
...
...
Please
register
or
login
to post a comment