Skip to content
Prev Previous commit
Merge branch 'main' into task/pass-parent-to-markdown-element-builder
  • Loading branch information
IchordeDionysos authored Mar 7, 2023
commit f40060bf28e653108d0129461df3ea2139317c94
1 change: 1 addition & 0 deletions packages/flutter_markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
the parent texts' `TextStyle`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

text's

This should allow custom syntax implementations to get data from the current context, as well as properly style any
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog should just describe the change (the first sentence); it doesn't need to provide the motivation for it.

text, e.g. a color syntax can make parts of a headline colored, while still keeping the font size of the headline.
* Aligns Dart and Flutter SDK constraints.

## 0.6.14

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.