Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue-21: Match WP Formats Exactly #29

Closed

Conversation

kevinfodness
Copy link
Member

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

  • 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

@kevinfodness kevinfodness deleted the feature/issue-21/match-wp-formats-exactly branch December 10, 2024 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Match WP Formats Exactly
1 participant