sstur / draft-js-utils

DraftJS: import/export ContentState to and from HTML/Markdown
ISC License
883 stars 234 forks source link

inLineStyles are not getting converted or they are ignored #218

Open mdaffan opened 4 years ago

mdaffan commented 4 years ago

stateToHtml is ignoring inlineStyleRanges or styles are not getting outputted in stateToHtml conversion stateToHTML(editorState.getCurrentContent()) just the p tags, bold etc are getting outputted and no styles

FilipdeTillier commented 4 years ago

Same

wwladislavv commented 4 years ago

Same

bogdancss commented 4 years ago

@sstur any plans for this?

RodrigoMural commented 2 years ago

I'm seeing the same issue, but the repo seems dead 😞

Flip437 commented 2 years ago

@sstur We are facing inline style issues. Did you plan to fix it ?