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

Add pre to list of block wrappers #21255

Merged
merged 7 commits into from
Mar 31, 2020
Next Next commit
Add pre to list of block wrappers
  • Loading branch information
SergioEstevao committed Mar 30, 2020
commit be17b831f01b071ba9ea7b18bde1b3ce3328cd05
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const elements = [
'li',
'figure',
'nav',
'pre',
];

const ExtendedBlockComponent = elements.reduce( ( acc, element ) => {
Expand Down