Converting a Word Doc to Markdown¶
Conversion Process¶
To convert a .docx file from Microsoft Word to reStructuredText follow the below steps.
Note
The conversion process will place all of the course content into a single reStructedText file.
Download or
git clonethe f5-agility-lab-templateCopy your
.docxfile into the f5-agility-lab-template directoryRun the below command at the the command line.
$: `./containthedocs-convert.sh <filename.docx>`
Your converted file will be named
filename.rstImages in your document will be extracted and placed in the
mediadirectory
Fixing the Converted Document¶
Create an additional reStructedText file for each major section in your document.
Copy and paste the converted text from the originally converted text file to the new reStructedText file.
Verify Content Accuracy¶
Check each reStructedText file to ensure that formatting is correct.
Ensure that the images were converted successfully and look correct.
Warning
Images may not have converted correctly and may need to be recaptured!