This pull request addresses the issue described in #21, aiming to ensure the output of the library matches WordPress's native output exactly, including the positioning of line breaks for all blocks. Fixes #21
Background
The issue highlights discrepancies between this library's output and WordPress's native Gutenberg block output. It suggests updating tests to align with WordPress's output and considers automating block creation for future regression tests.
Changes
[ ] Update existing unit tests with markup from WordPress
[ ] Investigate automating the creation of test blocks from WordPress
[ ] Ensure library output matches WordPress output, including line breaks
Testing
[ ] Updated tests to include new markup comparisons
[ ] Manual testing with various blocks to compare library output with WordPress
Documentation
[ ] Update documentation to reflect changes in output and testing methodology
Summary
This pull request addresses the issue described in #21, aiming to ensure the output of the library matches WordPress's native output exactly, including the positioning of line breaks for all blocks. Fixes #21
Background
The issue highlights discrepancies between this library's output and WordPress's native Gutenberg block output. It suggests updating tests to align with WordPress's output and considers automating block creation for future regression tests.
Changes
Testing
Documentation