From 1d79a9772840587c084f2c8bfc28147f8dafc02e Mon Sep 17 00:00:00 2001 From: amanhacker20 <73052842+amanhacker20@users.noreply.github.com> Date: Sun, 18 Oct 2020 12:19:01 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f27f1c..84f4f97 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# draft-js-BasicHtmlEditor +# draft-js-BasicHtmlEdit Basic HTML editor using draft.js - html in, html out Proof of concept currently, not production ready! PR's welcome. Extends the Rich example from the Draft repo to accept html as its input format, and return html to an `onChange` handler. -### Tag Support +#Tag Support Block tags: `
`