-
-
Notifications
You must be signed in to change notification settings - Fork 913
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Create flame_markdown #2703
Conversation
Niiice! I believe this was what @st-pasha had in mind when he created the text rendering system you've been fiddling with now. |
That is my theory as well, as both structures line up pretty nicely. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, so simple, love it!
Description
Add a bridge package
flame_markdown
to themarkdown
package to allow for easily creatingTextElementComponent
s (orTextNode
s in general) using the markdown syntax.This will vastly facilitate working with rich text, specially for simple formatting like bold and italics, without requiring the user to manually specify the node tree structure.
Checklist
docs
and added dartdoc comments with///
.examples
ordocs
.Breaking Change?