Robert Polovitzer
Results
1
issues of
Robert Polovitzer
Some types are missing when converting html to content blocks: The current `convertFromHtmlToContentBlocks.js` only contains the following tags: ``` var HTMLTagToRawInlineStyleMap = Map({ b: 'BOLD', code: 'CODE', del: 'STRIKETHROUGH', em:...