From ca7fb8df24a7693fe988c43601cccea7490c87a5 Mon Sep 17 00:00:00 2001 From: Akshay Maurya Date: Wed, 26 May 2021 19:42:29 +0530 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 034f8ce..2a5b00c 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,13 @@ MarkdownEditableTextInput is a TextField Widget that allow you to convert easily what's in the TextField to Markdown. ## Features -- [x] Convert to Bold, Italic, Title (h1,h2,h3), List and Link +- [x] Convert to Bold, Italic, Strikethrough +- [x] Convert to Code, Quote, Links +- [x] Convert to Heading (H1, H2, H3, H4, H5, H6) and Links - [x] Support text direction ## Demo -![](pictures/test_edition.gif) +https://user-images.githubusercontent.com/60510869/119675122-65409f00-be5a-11eb-8cc4-c0f8757030ab.mp4 ## Usage The color of the MarkdownTextInput is defined by the color set in your Theme :