Changelog#

1.0.0a1 (2025-09-11)#

Feature#

  • Implemented collective.html2blocks.converters.volto_blocks function [@ericof] #4

  • Initial implementation of collective.volto2blocks [@ericof]

  • Wrap block elements -- like img, video, table -- in their own paragraph if nested inside an existing paragraph. @ericof

Bugfix#

  • Handle headers (h1, h2) that contain only an image inside [@ericof] #5

  • Do not generate a slate block for empty lists. @ericof #6

  • Top level items in a Slate block should be wrapped in a paragraph. @ericof #8

  • Better handling of
    tags. @ericof

  • Fix table rows duplicating the number of cells due to the existence of line breaks or comments @ericof

Internal#

  • Implement GitHub Actions workflows. @ericof

Documentation#

  • Base documentation for collective.html2blocks. @ericof #1