We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Follow the instructions below to convert the most up-to-date version of the report into Word file.
Install Pandoc on your computer
Open a directory in the Terminal
Type the following command:
find ./ -iname "*.md" -type f -exec sh -c 'pandoc "${0}" -o "${0%.md}.docx"' {} \;
Press the enter key