Outline
Let's get some more practice adding images to Markdown.
First, add an image to events.mdx
. You can simply use an inline image or go all-out and add a frontmatter
property and bring it into markdownpage-template.js
.
Next, add images to at least two more Markdown pages in our events blog. Be sure to experiment with the banner
property as well as inline images using standard Markdown syntax (
). Feel free to just move or copy images into /content/events
to make the relative path query easy on you.
We'll look at the solution in the next video. Good luck!