closed
parameter added tocodeBuilder
.
_italic_
and>Indentation
syntax added.linkBuilder
andhighlightBuilder
added f45132b.
- Fixed the order of inline and block latex in markdown.
- Fixing latex issue for block syntax.
- Multiline latex syntax bug fix.
- Readme updated.
- Indentation fixed
ATag
syntax fixed- Documentation improved in readme and example.
TexMarkdown
is renamed toGptMarkdown
.h1
toh6
style added toGptMarkdownThemeData
class.hrLineThickness
value added toGptMarkdownThemeData
class.hrLineColor
Color added toGptMarkdownThemeData
class.linkColor
Color added toGptMarkdownThemeData
class.linkHoverColor
Color added toGptMarkdownThemeData
class.- Indentation improved.
- Math equations are now default selectable.
SelectableAdapter
Widget added to make any widget selectable.
CodeBlock
is moved out ofgpt_markdown.dart
library.
- Changed
withOpacity
towithAlpha
intheme.dart
for highlightColor.
GptMarkdownTheme
andGptMarkdownThemeData
class moved togpt_markdown.dart
library.
- Fixed the indentation syntex of regex.
GptMarkdownTheme
andGptMarkdownThemeData
classes added.
- components are now selectable.
- source config added.
- unordered list bullet color fixed.
- ordered list color fixed.
overflow
perameter added.
- Some color changes and highlighted text style changed.
[source]
format added.
maxLines
Parameter added.
textStyle
Parameter added to the latexBuilder function.
- Fixed hitTest essue.
-
Inline Latex Builder added and Link are now Clickable and Latex Error Color changed to null for debug mode.
-
textScaleFector
is removed andtextScaler
added
- codeBuilder method added [#6], and maked the table scrollable.
- New syntex added for codes and highlight.
$$_$$
syntex fixes.
$_$
syntex added for latex with a gard condition for\(_\)
.
$_$
syntex added for latex with a gard condition for\(_\)
.
- Fixed textScaler problem by removeing that and added textScaleFector.
- Latex table workarround added.
- Customizable latex and workarround added.
- Some latex related fixes.
- TextScaler and TextAlign added.
- This package will render response of chatGPT in flutter app.