Fix ordered list `start` attribute name
Tiptap stores an ordered lists start attribute as start (which is the correct attribute name), but this package is looking for an order attribute instead.
This PR changes it to start so that data created with Tiptap renders correctly in Tiptap PHP.
Closes https://github.com/ueberdosis/tiptap-php/issues/47
+1 I am also running into this issue. Especially with Statamic content editing. Hopefully this can be fixed soon.
+1 Running into this issue also within Statamic editing, especially lists. Would be great to see a fix
Can we get this merged by any chance I have just noticed I opened an issue about this.... Otherwise will need to fork and merge in which is not something I want to be doing/maintaining... Why is this so quiet?
Why are we entering July and this has not been merged? Can somebody please review and or merge this, I really don't want to be using forked versions in production. There has been zero response from the maintainers of this package about this.. @timoisik any thoughts?
I did think that would have been the case but wasn't sure. This is perfect thank you very much!