Inserting Images in Markdown
Images can be added to any markdown page using the following markdown syntax:
.
Example:


Inserting Images using html
Images can also be inserted on pages using the html <img> tag. One advantage of using the html tag is the ability to control size and other style elements.
<img src="/assets/img/MarineGEO_logo.png" alt="MarineGEO circle logo" style="height: 100px; width:100px;"/>
