flame-engine / flame-engine/flame
Parse Markdown into document nodes
Open
enhancement
- Dominant language
- Dart
- Stars
- 10.8k
- Forks
- 1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 21
Description
# Problem to solve
Currently we have the ability to render a rich text, where the text is represented as a tree of `Node`s. However, that's not very convenient from user's perspective. A better approach would be to allow some common textual representation -- such as Markdown -- to be translatable into a node tree so that it can later be rendered.
# Proposal
A special utility class to translate a markdown snippet into a node tree.
Contributor guide
Assessment
This issue has not been assessed yet.