Images
Key Point
💡 Prefer absolute URLs instead of relative ones to improve the portability of the document.
👍 Correct:
![snowflake icon](https://raw.githubusercontent.com/arcticicestudio/styleguide-markdown/develop/src/assets/snowflake.png) snowflakes falling down in the winter!
👎 Incorrect:
![snowflake icon][snowflake] snowflakes falling down in the winter!
[snowflake]: ../assets/snowflake.png