source: github page
How to convert google doc to markdown file
Step 1 install pandoc using brew
brew install pandoc
Step 2 Run pandoc command and export the screenshot in the google doc to the media folder
pandoc “Module11_Lab 1 Packet Tracer - Navigate the IOS.docx” -t markdown –extract-media=../media -o “Module11_Lab 1 Packet Tracer - Navigate the IOS.md”
Step 3 Upload all files to github