Skip to content

Commit

Permalink
Sideload html block
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Aug 9, 2024
1 parent 8d29525 commit 2bd61bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/class-block-converter.php
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,8 @@ protected function separator(): Block {
* @return Block|null
*/
protected function html( DOMNode $node ): ?Block {
$this->sideload_child_images( $node );

// Get the raw HTML.
$html = static::get_node_html( $node );

Expand Down

0 comments on commit 2bd61bb

Please sign in to comment.