when we move the content, we move everything. Normally the posts in wordpress have images inside created with the image tag.
The image tag has a src parameter that determines where the image is saved. Normally this is the wordpress site. Once you've migrated the content you can start with the parsing. We will go through each article, will replace everything that we know that doesn't belong in a joomla site. When we find the image, we will read the src and we will move the image to images/cmigrator and we will change the src attribute to point to the new location.
We cannot move pdf files or other. So the path to those will stay the same.
As for styling -> wordpress doesn't rely on html tags to format the text -> they have their own styles that we change to the equivalent in joomla.
Regards,
Daniel