flame-engine / flame-engine/flame

Parse Markdown into document nodes

Open
#2,049 0 comments 1 reaction 1 assignee Claimed by @st-pasha View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.