I managed to solve this by running the following command:
pandoc -s file_name.html -o file_name.docx;
There are actually 2 important ponics you need to consider:
- , pandoc HTML , , , , ,
<hr/> pandoc, <p>. - HTTP-, , :
:
<img src="http://www.example.com/images/img.jpg" />
, pandoc :
<img src="/var/www/example.com/images/img.jpg" />