+-----------------------------------------------------------------------------------------------------+
| footnote |
+=====================================================================================================+
| Originally published in _[MicroScope](https://www.computerweekly.com/microscope/)_ on Jun 23, 2023. |
+-----------------------------------------------------------------------------------------------------+
In JCR it becomes
<block sling:resourceType="core/franklin/components/block/v1/block" jcr:primaryType="nt:unstructured" name="Footnote" content="<p>Originally published in </p><em><a href="https://www.computerweekly.com/microscope/">MicroScope</a></em><p> on Jun 23, 2023.</p>" model="footnote" />
There are line breaks added before/after the link. In happens an richtext inside an block
The corresponding model. It happens for other models with rich text fields as well.
In JCR it becomes
There are line breaks added before/after the link. In happens an richtext inside an block
The corresponding model. It happens for other models with rich text fields as well.