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
2025-01-09 21:55:21 +0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b4782e41ce904e3f7f836f063bbd08fdcfa23eec
b4782e41
1 parent
330069b1
some fixes
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
CHANGELOG.md
example/pubspec.lock
lib/markdown_component.dart
pubspec.yaml
CHANGELOG.md
View file @
b4782e4
## 1.0.5
*
Fixed the order of inline and block latex in markdown.
## 1.0.4
*
Fixing latex issue for block syntax.
...
...
example/pubspec.lock
View file @
b4782e4
...
...
@@ -126,7 +126,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.
4
"
version: "1.0.
5
"
http:
dependency: transitive
description:
...
...
lib/markdown_component.dart
View file @
b4782e4
...
...
@@ -14,8 +14,8 @@ abstract class MarkdownComponent {
RadioButtonMd
(),
CheckBoxMd
(),
HrLine
(),
LatexMathMultiLine
(),
LatexMath
(),
LatexMathMultiLine
(),
ImageMd
(),
HighlightedText
(),
StrikeMd
(),
...
...
pubspec.yaml
View file @
b4782e4
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
:
...
...
Please
register
or
login
to post a comment