draftjsToMd(
convertToRaw(editorState.getCurrentContent())
);
need to format it in HTML elemt but getting normal string which is not getting supported in dangerouslySetInnerHTML while using.
getting output like this :
"kj
draft entities they are correct and displaying in draft correctly but are output a"
draftjsToMd( convertToRaw(editorState.getCurrentContent()) ); need to format it in HTML elemt but getting normal string which is not getting supported in dangerouslySetInnerHTML while using.
getting output like this : "kj draft entities they are correct and displaying in draft correctly but are output a"