Yes, I understand about that irkode. It’s just that the conversion result from wordpress-export-to-markdown
has a format like the one I mentioned above. All attachments have been moved to the /asset/images
folder. (im woking on windows )
The issue with the post URL that adds the image path like:
http://localhost/mitra/post/123/images/indukan-300x169.jpg
I believe is caused by the [Image](images/
code, where images
does not have a leading slash.
However, the more challenging part is dealing with the http://localhost/mitra/wp-content/uploads/*/*/*
URLs.
I would be very grateful if anyone on this forum could help me with the regex for this.
=============
i fix it using python script by chatgpt
thank you