Simon Sturmer

Results 59 comments of Simon Sturmer

I tried this, but CKEditor automatically changes size attributes to styles, so I went with that. I think the solution to your use case might be to programatically add the...

I commented on issue 71 in `react-rte` but basically I agree with you that this should not be the default behavior since it is not "standard" markdown (by which I...

I cannot reproduce this problem. Can you create a minimum repro case on webpackbin.com?

No, but that's a high-pri feature. The issue is that there's no standard way to represent images in [draft-js](https://facebook.github.io/draft-js/) so it's up to each implementation to decide on that. So...

I'll try to track this down. I'm sure it is something in one of the dependencies.

Oops, I forgot to post back here, but I do believe this issue has been fixed since 0.2.3. I don't know why the fix was not reflected in your webpackbin...

Hey @just-another-jxliu, thanks for reporting this! I'm going to roll back the latest release until we get this solved. @msglifeIberia and or @MSGInsurIt, would you be interested in revisiting PR...

For context, the issue is that the RegEx above uses a [Negative lookbehind assertion](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions/Cheatsheet#other_assertions) which is the `(?

OK. I'd be open to a PR to use asterisk, but it's a breaking change so perhaps only do it when necessary to disambiguate an italic within a word. Other...

Yea, totally hit me with a PR. Would be happy to review! [Edit] Both underscore and italics should work for italic in Markdown. If in doubt, do check how GH...