md files syntax code example
Example 1: markdown image
![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)
Example 2: link in markdown
[Name](Link)
Example 3: .md file?
An MD file is a text file created using one of several possible
dialects of the Markdown language. It is saved in plain text format
but includes inline symbols that define how to format the text
(e.g. bold, indentations, headers, table formatting)