Yiannis128 / markdown_editor

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

Bold, italic, underline, strike-through support #5

Closed Yiannis128 closed 1 year ago

Yiannis128 commented 1 year ago

Issue #1 is refactoring the editor engine, once that has been resolved, bold, italic, underline, and strike-through should be added into the toolbox as ToggleItems.

When selection is collapsed:

When selection is not collapsed:

Yiannis128 commented 1 year ago

Finished with 21406f8