alleyinteractive / wp-block-converter

Convert HTML into Gutenberg Blocks with PHP
GNU General Public License v2.0
40 stars 2 forks source link

Issue-21: Match WP Formats Exactly #29

Open kevinfodness opened 2 months ago

kevinfodness commented 2 months ago

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