md text formatting code example
Example 1: markdown hyperlink syntax
[Link to Google](https://www.google.com)
Example 2: markdown
<p>An <a href="http://example.com">example</a>.</p>
<p><img alt="Image" title="icon" src="Icon-pictures.png" /></p>
<blockquote>
<p>Markdown uses email-style characters for blockquoting.</p>
</blockquote>
<p>Inline <abbr title="Hypertext Markup Language">HTML</abbr> is supported.</p>