We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e272e89 commit d9dce53Copy full SHA for d9dce53
1 file changed
src/plone/restapi/renderer/markdown.py
@@ -204,7 +204,7 @@ def _render_richtext(self, richtext_data):
204
# Unknown content type, return as-is
205
return content
206
207
- def _render_blocks(self, blocks: dict, blocks_layout: list) -> list[str]:
+ def _render_blocks(self, blocks, blocks_layout):
208
"""Convert Volto blocks to Markdown.
209
210
Simple text blocks are converted to Markdown, complex blocks are
0 commit comments