Common Markdown Syntax
Display Image
- Markdown syntax
From URL 
From Directory 
- Rendered output
How to display two image side by side
Markdown syntax
Input Image | Output
:-------------------------:|:-------------------------:
 | 
Output
Input Image | Output |
---|---|
![]() |
![]() |
Hyperlink
Markdown syntax
[Source Code](https://github.com/mahedee/code-sample/tree/master/auth-demo/MVCAuth)
Rendered output
Source Code
Commenting on markdown
<!-- Single or multiline commenting-->