I am relatively inexperienced with Pandoc and just ran into a problem. How do convert several markdown files to docx and combine them into one large file using only the Windows Terminal. Also, one markdown file is in a parent folder. This looks like this: folder A:
img
docs
README.md
in the folder docs:
file1.md
file2.md
file3.md
For example, the README, file1 - 3 are to be converted and merged here. In addition, the README file also has links to File1, File2 and File3. How can these references also be converted?
I tried the command
pandoc --extract-media ./img input_file.md -o output_file.md