Devesh
Devesh
@irmerk Does this look good now?
@irmerk Oh yes, I remember that being very annoying. I don't know why I kept it, probably because it was there from the beginning. And we were talking about implementing...
@irmerk I am not sure if this worked. Did the conflicts go away? I can't see them.
@irmerk I think we can create a new and fully working headingBreak with all the bugs fixed under the PR of #260 after this is merged. I think that would...
@dselman I think the reason for that seems to be [this](https://github.com/accordproject/web-components/pull/270#issuecomment-794986866) that I talked about earlier. It seems like something changed in the conversion. That behavior is not present in...
@dselman Yes I can. It doesn't go back to when this was not happening.
@irmerk I have implemented the new `paragraphBreak` and also fixed the error that @dselman pointed out. I think it should be perfect now. Now we just need to update the...
@dselman It is only crashing on the deploy preview for some reason, it does not crash in the local build.  What could be the reason for this? Does the...
Looks really good 🔥🔥 BTW you should remove the `yarn.lock` from staged changes before making a commit, otherwise it will overwrite the master `yarn.lock` file. The commit should contain only...
Also I would suggest that you make multiple smaller commits as you are adding or removing things as opposed to one large commit. It will make it easier to look...