Assignments - Converting Images from Word to Markdown

When converting Word docs to Markdown using Writetage, the images are inserted using ![] notation. This needs to be converted to <img ... . Use the following regex, but note the width is always set to 400px

starting jekyll locally

bundle exec jekyll serve