il code markdown code example
Example 1: what is a markdown .md file
A file with the .MD or .MARKDOWN file extension might be a Markdown Documentation file. It's a plain text file that uses the Markdown language to describe how to convert a text document to HTML. README.md is a common MD file that holds text instructions.
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>