We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Currying Practice

Markdown makes displaying images as simple as possible. To add an image to a Markdown document, just use this syntax:

![alt text](url "title")
  • 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.

Assignment

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.