Currently I am working on Migrating a Drupal 7 site Drupal 9. I got body content with *
tags in below manner :
<h3><strong>WHAT WILL YOUR NEXT MEAL BE?</strong></h3>
<p></p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry galley of type and Lorem Ipsum</p>
I tried to dump the value into Body field with Rich Text Filter, but the data on the frontend is being displayed as a link in between instead of render item.
Can anyone please suggest a Migration Plugin or a way to convert <p></p>
to D9 Media Entities .