Yiannis128 / markdown_editor

Flutter markdown editor widget library.
GNU Affero General Public License v3.0
0 stars 0 forks source link

Document the Editor Engine #11

Open Yiannis128 opened 1 year ago

Yiannis128 commented 1 year ago

The Editor Engine is a set of classes responsible for handling the changes requested by the UI. These classes are found in the editor_engine folder. The goal of this issue is to document the internals and interactions of the Editor Engine for future use.