Closed andrewfan closed 6 years ago
Hey, I'm having a problem converting inline code
initialValue is `value`
mdToDraftjs(props.value, { inlineStyles: { Code: { type: 'CODE', symbol: '`', }, }, }),
Code breaks here code block does not have children https://github.com/kadikraman/draftjs-md-converter/blob/master/src/mdToDraftjs.js#L175
Could you check if this fixes it?
Fixed in v1.1.0 🙏
Hey, I'm having a problem converting inline code
initialValue is `value`
Code breaks here code block does not have children https://github.com/kadikraman/draftjs-md-converter/blob/master/src/mdToDraftjs.js#L175