mhaack / helix-importer

Foundation tools for importing website content into that can be consumed in an Helix project.
Apache License 2.0
0 stars 3 forks source link

[JCR import] missing text in xml with richtext #31

Closed jckautzmann closed 2 weeks ago

jckautzmann commented 2 weeks ago

The JCR importer misses text from the richtext property.

E.g.: with followinng md, the xml is missing all the text strings: Text with link, ...

+-------------------------------------------------------------------------+
| richtext                                                                |
+=========================================================================+
| Text with link [CTA 1](htttps://www.adobe.com) becomes richtext as well |
| Text with link [CTA 2](htttps://www.google.com)  as well                |
+-------------------------------------------------------------------------+