You can use a feature called “Raw content blocks” to export content that Cloudpress does not natively support to your CMS
@@begin_raw_content
and @@end_raw_content
processing directives.
@@begin_raw_content
directive to your document. After that, you can add the text representation of the custom content you want to export. To close off a raw content block, use the @@end_raw_content
directive.
Only plain text is allowed between the two directives. Any other content, such as tables, lists, images, etc., will be dropped during the export. In the case of Notion, you may also use the Code block between the two directives.
For example, if you want to export a custom Gutenberg block, your raw content block may look as per the screenshots below.