This lesson's interactive features are locked, please to keep using them
Markdown makes displaying images as simple as possible. To add an image to a Markdown document, just use this syntax:

alt text: a brief description for screen readers and web scrapers; required for accessibility.url: a URL or relative path to the image.title: shown on mouse hover; optional.Doc2Doc makes using markdown a breeze. This includes adding images to markdown documents.
Complete the create_markdown_image function using currying. It takes a string input, alt_text.