Can Markdown Have Images?
Yes, markdown supports adding images. The goal of Markdown is to provide a more readable alternative syntax to that of HTML for writers and editors. The majority of the Markdown syntax covers typographic HTML tags. For example, to make a text bold in HTML you will use the following s...
Netlify _redirect Not Working | Fix
So you followed the Netlify docs on how to set up redirects but they still don't work. Here are three things you can double-check to fix this: Redirects only wo...
HTML Video Autoplay Not Working | Fix
Animated GIFs need to be fully downloaded before they can be played. This can take a toll on your website's loading speed. You should consider loading your animations as a video instead by using the following HTML markup. ...