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
顾海波
2025-03-20 18:11:34 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
730d827baa2c91fa9ce4ae58ea074d91f33c882c
730d827b
1 parent
b142c4d9
【需求】latex居中
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/markdown_component.dart
lib/markdown_component.dart
View file @
730d827
...
...
@@ -717,7 +717,7 @@ class LatexMath extends InlineMd {
),
);
return
WidgetSpan
(
alignment:
PlaceholderAlignment
.
baselin
e
,
alignment:
PlaceholderAlignment
.
middl
e
,
baseline:
TextBaseline
.
alphabetic
,
child:
builder
(
context
,
...
...
Please
register
or
login
to post a comment