I am starting with Draft.js right now, so I might miss some important things here. But as the title says: I would like to get the full html generated by the editor. Right now I have:
this.state.editor.getCurrentContent() // Object ContentState
this.state.editor.getCurrentContent().getPlainText() // no html tags